cpython/Lib/unittest
Ezio Melotti d51914c6c1 #18663: document that assertAlmostEqual also works when the values are equal and add tests. 2013-08-11 13:04:50 +03:00
..
test #18663: document that assertAlmostEqual also works when the values are equal and add tests. 2013-08-11 13:04:50 +03: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 #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. 2013-03-29 03:42:29 +02:00
loader.py #14971: Use class method name, not function.__name__, during unittest discovery. 2013-04-11 08:55:45 -04:00
main.py Merge 2013-02-11 13:29:58 +00:00
mock.py Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:42:24 +03:00
result.py Drop unused import in unittest package. 2011-11-04 08:25:54 +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 Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
util.py