cpython/Lib/unittest
Serhiy Storchaka 9788e86096 Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
..
test Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
__init__.py Docstring typo fix: Arithmentic -> Arithmetic. 2013-09-09 10:32:08 +01:00
__main__.py Improving help message for python -m unittest. Issue 8303. 2010-05-10 20:21:16 +00:00
case.py #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. 2013-03-29 03:42:29 +02:00
loader.py Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). 2013-10-23 19:11:29 +02:00
main.py Correction to issue 17052 fix 2013-02-11 12:53:21 +00:00
result.py Issue #10979. unittest stdout buffering now works for class and module fixtures. 2011-03-17 12:48:56 -04:00
runner.py Pass on parameters in unittest.TextTestResult.__init__ super call 2012-09-28 12:54:56 +01:00
signals.py Issue 15505. unittest.installHandler and non callable signal handlers 2013-01-29 22:59:02 +00:00
suite.py Issue #10979. unittest stdout buffering now works for class and module fixtures. 2011-03-17 12:48:56 -04:00
util.py Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 2011-03-16 20:34:53 -04:00