cpython/Lib/unittest
R. David Murray b5d7400e8a Change error report when the object passed to suite.addTest is not
callable to include the repr of the invalid object.
2010-01-28 21:16:33 +00:00
..
__init__.py More yearly updates. 2010-01-01 13:07:05 +00:00
__main__.py split unittest.py into a package 2009-07-19 20:18:21 +00:00
case.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 2010-01-04 23:22:44 +00:00
loader.py Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. 2009-09-13 19:07:03 +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 split unittest.py into a package 2009-07-19 20:18:21 +00:00
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 split unittest.py into a package 2009-07-19 20:18:21 +00:00