cpython/Lib/unittest/test
2011-11-04 08:25:54 +01:00
..
__init__.py Merged revisions 79468 via svnmerge from 2010-03-27 13:45:04 +00:00
_test_warnings.py Drop unused import in unittest package. 2011-11-04 08:25:54 +01: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 Breaking test_unittest.py into a package. Manual merge of revision 79432. 2010-03-27 12:34:21 +00:00
test_assertions.py Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. 2011-05-06 15:01:41 +03:00
test_break.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
test_case.py test that TestCase doesn't get cycles 2011-07-14 12:48:25 -05:00
test_discovery.py
test_functiontestcase.py
test_loader.py Issue #3080: Use repr() to format the module name on error 2011-03-14 15:15:47 -04:00
test_program.py Save a copy of sys.warnoptions in test_program. 2011-03-20 15:31:26 +02: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
test_setups.py
test_skipping.py Breaking test_unittest.py into a package. Manual merge of revision 79432. 2010-03-27 12:34:21 +00:00
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 04:07:28 +00:00