You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou 3815316714 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 14 years ago
..
__init__.py Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). 17 years ago
dummy.py A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) 17 years ago
support.py Turn unittest tests into a package 17 years ago
test_assertions.py Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 16 years ago
test_break.py Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 16 years ago
test_case.py Merge #12417 followup, also removing an extra docstring 15 years ago
test_discovery.py Issue 7780. Adding a test for unittest test discovery from a dotted path. 16 years ago
test_functiontestcase.py Turn unittest tests into a package 17 years ago
test_loader.py Merged revisions 86596 via svnmerge from 16 years ago
test_program.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 years ago
test_result.py Fix deprecation warnings in test_unittest. 15 years ago
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(). 16 years ago
test_setups.py Fix issue with nested test suites debug method and module setups. (unittest) 16 years ago
test_skipping.py Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 14 years ago
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 16 years ago