cpython/Lib/unittest/test
Michael Foord 42ec7cb105 Issue #10979. unittest stdout buffering now works with class and module setup and teardown. 2011-03-17 13:44:18 -04:00
..
__init__.py Merged revisions 79468 via svnmerge from 2010-03-27 13:45:04 +00:00
_test_warnings.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
dummy.py Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from 2010-04-11 20:43:16 +00:00
support.py
test_assertions.py fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() 2011-01-03 23:56:12 +00:00
test_break.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
test_case.py fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() 2011-01-03 23:56:12 +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 Issue #10979. unittest stdout buffering now works with class and module setup and teardown. 2011-03-17 13:44:18 -04:00
test_runner.py Issue 10786: unittest.TextTestRunner default stream no longer bound at import time 2010-12-30 19:36:29 +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