cpython/Lib/unittest/test
Antoine Pitrou b9079c81dd Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. 2014-11-23 15:56:41 +01:00
..
testmock Closes #21270 : We now override tuple methods in mock.call objects. 2014-09-16 18:33:37 +05:30
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py Issue #22894: TestCase.subTest() would cause the test suite to be stopped when in failfast mode, even in the absence of failures. 2014-11-23 15:56:41 +01:00
test_discovery.py Close #22457: Honour load_tests in the start_dir of discovery. 2014-11-05 03:09:01 +13:00
test_functiontestcase.py
test_loader.py Close #22457: Honour load_tests in the start_dir of discovery. 2014-11-05 03:09:01 +13:00
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py
test_suite.py