cpython/Lib/unittest
Michael Foord 0877060f86 unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. 2010-02-06 00:22:26 +00:00
..
__init__.py More yearly updates. 2010-01-01 13:07:05 +00:00
__main__.py
case.py Correction to docstring correction. 2010-02-05 23:22:37 +00:00
loader.py unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. 2010-02-06 00:22:26 +00:00
main.py Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. 2009-09-27 19:15:41 +00:00
result.py
runner.py Backport micro-fix from the py3k svnmerge 2009-11-10 21:39:25 +00:00
suite.py Change error report when the object passed to suite.addTest is not 2010-01-28 21:16:33 +00:00
util.py