cpython/Lib/unittest/test
2015-05-20 16:10:04 +03:00
..
testmock Issue #23310: Fix MagicMock's initializer to work with __methods__. 2015-04-14 00:12:57 -07:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py Issue #24245: Eliminated senseless expect clauses that have no any effect. 2015-05-20 16:10:04 +03:00
test_assertions.py
test_break.py Issue #22936: Allow showing local variables in unittest errors. 2015-03-06 13:46:35 +13:00
test_case.py Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and 2015-05-16 16:29:50 +03:00
test_discovery.py Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. 2015-03-19 00:01:37 +01:00
test_functiontestcase.py
test_loader.py
test_program.py Issue #22936: Allow showing local variables in unittest errors. 2015-03-06 13:46:35 +13:00
test_result.py Issue #22936: Allow showing local variables in unittest errors. 2015-03-06 13:46:35 +13:00
test_runner.py Issue #22936: Allow showing local variables in unittest errors. 2015-03-06 13:46:35 +13:00
test_setups.py
test_skipping.py
test_suite.py