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
__main__.py
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
suite.py Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
util.py