cpython/Lib/unittest/test
Ezio Melotti eae2b38948 #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. 2013-03-01 14:47:50 +02:00
..
testmock Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. 2013-02-03 00:23:58 +01:00
__init__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py Closes issue 15505. unittest.installHandler and non-callable signal handlers. 2013-01-29 23:07:57 +00:00
test_case.py
test_discovery.py #16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware. 2013-03-01 14:47:50 +02:00
test_functiontestcase.py
test_loader.py
test_program.py Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram 2013-02-23 18:55:49 +01:00
test_result.py
test_runner.py Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call 2012-09-28 14:14:03 +01:00
test_setups.py
test_skipping.py
test_suite.py