cpython/Lib/unittest/test
Ezio Melotti 7055064bbb Fix deprecation warnings in test_unittest. 2011-05-09 05:58:17 +03:00
..
__init__.py Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). 2010-03-27 13:42:34 +00:00
dummy.py A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) 2010-03-27 12:55:19 +00:00
support.py
test_assertions.py Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 2011-03-16 20:34:53 -04:00
test_break.py Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 2010-04-25 19:02:46 +00:00
test_case.py #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. 2011-04-27 09:45:46 +03:00
test_discovery.py Issue 7780. Adding a test for unittest test discovery from a dotted path. 2010-05-08 13:20:07 +00:00
test_functiontestcase.py
test_loader.py Merged revisions 86596 via svnmerge from 2010-11-21 13:34:58 +00:00
test_program.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
test_result.py Fix deprecation warnings in test_unittest. 2011-05-09 05:58:17 +03:00
test_runner.py Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). 2010-06-08 22:44:52 +00:00
test_setups.py Fix issue with nested test suites debug method and module setups. (unittest) 2010-06-10 20:40:21 +00:00
test_skipping.py
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 14:12:23 +00:00