cpython/Lib/unittest
2009-09-13 17:28:35 +00:00
..
__init__.py
__main__.py
case.py Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. 2009-09-13 16:40:02 +00:00
loader.py unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. 2009-09-13 17:28:35 +00:00
main.py
result.py
runner.py
suite.py
util.py