cpython/Lib/unittest
Łukasz Langa 06d3abbff3 clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:51:42 +02:00
..
test clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:51:42 +02: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: merge with 3.3. 2013-03-29 03:43:38 +02: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 #15132: Allow a list for the defaultTest argument of unittest.TestProgram 2013-02-23 18:55:49 +01: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 Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
util.py