cpython/Lib/unittest
Serhiy Storchaka 77622f55c2 Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
strings in error report.
2013-09-23 23:07:00 +03:00
..
test Issue #18996: TestCase.assertEqual() now more cleverly shorten differing 2013-09-23 23:07:00 +03: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 #18996: TestCase.assertEqual() now more cleverly shorten differing 2013-09-23 23:07:00 +03: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 Issue #11798: fix tests for regrtest -R : 2013-09-01 07:58:41 +03:00
util.py Issue #18996: TestCase.assertEqual() now more cleverly shorten differing 2013-09-23 23:07:00 +03:00