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 284fa08eb7 Issue #14761: Fix potential leak on an error case in the import machinery. 14 years ago
..
test 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 Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 16 years ago
__main__.py Improving help message for python -m unittest. Issue 8303. 16 years ago
case.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
loader.py unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. 16 years ago
main.py Improving help message for python -m unittest. Issue 8303. 16 years ago
result.py Issue #10979. unittest stdout buffering now works for class and module fixtures. 16 years ago
runner.py Merged revisions 86511 via svnmerge from 16 years ago
signals.py Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 16 years ago
suite.py Issue #10979. unittest stdout buffering now works for class and module fixtures. 16 years ago
util.py Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 16 years ago