cpython/Lib/unittest/test
Raymond Hettinger f954217458 Add direct tests for the util functions. 2010-12-24 10:30:06 +00:00
..
__init__.py
_test_warnings.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
dummy.py
support.py
test_assertions.py Improve diff for assertCountEqual() to actually show the differing counts. 2010-12-24 10:02:22 +00:00
test_break.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
test_case.py Add direct tests for the util functions. 2010-12-24 10:30:06 +00:00
test_discovery.py Fix minor issue in implementation of issue 10470. 2010-12-19 03:59:10 +00:00
test_functiontestcase.py Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run 2010-12-19 03:19:47 +00:00
test_loader.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_program.py Fix minor issue in implementation of issue 10470. 2010-12-19 03:59:10 +00:00
test_result.py
test_runner.py Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run 2010-12-19 03:19:47 +00:00
test_setups.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_skipping.py
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 04:07:28 +00:00