cpython/Lib/test/test_unittest/namespace_test_pkg/noop/no2/test_no2.py

import unittest

class PassingTest(unittest.TestCase):
    def test_true(self):
        self.assertTrue(True)