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 f99983dacb 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 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 Merged revisions 80476 via svnmerge from 16 years ago
__main__.py Merged revisions 81055 via svnmerge from 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 Fix unittest test discovery for Jython 14 years ago
main.py Move adding unittest test discovery command line options into their own method. 14 years ago
mock.py Remove incorrect comment 14 years ago
result.py Drop unused import in unittest package. 15 years ago
runner.py Issue 10786: unittest.TextTestRunner default stream no longer bound at import time 15 years ago
signals.py Merged revisions 80476 via svnmerge from 16 years ago
suite.py Issue #12666: Clarifying changes in map for Python 3 15 years ago
util.py Keep helper functions private. 15 years ago