Codebase Browser
cpython
Go to App
cpython
/
Lib/test/test_unittest/namespace_test_pkg/
test_foo.py
import unittest class PassingTest(unittest.TestCase): def test_true(self): self.assertTrue(True)