cpython/Lib/unittest
Raymond Hettinger 40b8cf528f Do not add an obsolete unittest name to Py3.2. 2010-11-29 01:38:25 +00:00
..
test Issue 10242: unittest.assertItemsEqual makes too many assumptions. 2010-11-27 09:31:37 +00:00
__init__.py Merged revisions 80476 via svnmerge from 2010-04-25 19:53:49 +00:00
__main__.py Merged revisions 81055 via svnmerge from 2010-05-10 20:23:58 +00:00
case.py Do not add an obsolete unittest name to Py3.2. 2010-11-29 01:38:25 +00:00
loader.py Improve unittest.TestLoader.discover docstring 2010-11-20 17:22:21 +00:00
main.py Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) 2010-11-21 21:28:01 +00:00
result.py Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
runner.py reduce try block compass 2010-11-18 14:14:43 +00:00
signals.py Merged revisions 80476 via svnmerge from 2010-04-25 19:53:49 +00:00
suite.py Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
util.py Merged revisions 81747 via svnmerge from 2010-06-05 13:14:43 +00:00