cpython/Lib/unittest
Terry Jan Reedy 0f84764a09 Issue #17047: remove doubled words added in 3.3
as reported by Serhiy Storchaka and Matthew Barnett.
2013-03-11 18:34:00 -04:00
..
test Merge 2013-02-11 13:29:58 +00:00
__init__.py
__main__.py Closes issue 16064. No longer hard code executable name in unittest help output. 2012-09-28 15:14:37 +01:00
case.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:26:36 +02:00
loader.py
main.py Merge 2013-02-11 13:29:58 +00:00
mock.py Issue #17047: remove doubled words added in 3.3 2013-03-11 18:34:00 -04:00
result.py
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
util.py