cpython/Lib/unittest
Tim Peters 59360aadd3 Back out 868ad6fa8e68 - it left all the buildbots failing.
Unclear to me why it was pushed to begin with.  See issue 11798.
Perhaps it's because regrtest with -R was failing?  Fine, but
that's better than regrtest _always_ failing ;-)
2013-08-31 23:44:34 -05:00
..
test Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
__init__.py
__main__.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
case.py #8906: merge with 3.3. 2013-03-29 03:43:38 +02:00
loader.py Merge #14971: Use class method name, not function.__name__, during unittest discovery. 2013-04-11 08:58:11 -04:00
main.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
mock.py Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:44:07 +03:00
result.py Fix bug in TestResult.addSubTest() 2013-03-29 17:55:24 +01:00
runner.py Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call 2012-09-28 14:14:03 +01:00
signals.py Closes issue 15505. unittest.installHandler and non-callable signal handlers. 2013-01-29 23:07:57 +00:00
suite.py Back out 868ad6fa8e68 - it left all the buildbots failing. 2013-08-31 23:44:34 -05:00
util.py