cpython/Lib/unittest
Serhiy Storchaka f4b7a02e93 Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
returned NotImplemented.  Removed incorrect implementations of __ne__().
2015-01-26 09:57:07 +02:00
..
test Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. 2014-11-23 15:55:11 +01:00
__init__.py Docstring typo fix: Arithmentic -> Arithmetic. 2013-09-09 10:34:24 +01:00
__main__.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
case.py Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 09:57:07 +02:00
loader.py Issue 17457: extend test discovery to support namespace packages 2013-11-23 13:29:23 +00:00
main.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
mock.py Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. 2014-04-15 17:21:08 -04:00
result.py Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. 2014-11-23 15:55:11 +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 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() 2015-01-26 09:57:07 +02:00
util.py Issue #18996: TestCase.assertEqual() now more cleverly shorten differing 2013-09-23 23:07:00 +03:00