cpython/Lib/unittest
2012-05-27 18:17:07 +10:00
..
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). 2012-04-25 14:58:17 +02:00
__init__.py
__main__.py Merged revisions 81055 via svnmerge from 2010-05-10 20:23:58 +00:00
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). 2012-04-25 14:58:17 +02:00
loader.py Fix unittest test discovery for Jython 2012-03-13 00:09:54 -07:00
main.py Move adding unittest test discovery command line options into their own method. 2012-03-12 15:24:46 -07:00
mock.py Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 2012-05-27 18:17:07 +10:00
result.py Drop unused import in unittest package. 2011-11-04 08:25:54 +01:00
runner.py Issue 10786: unittest.TextTestRunner default stream no longer bound at import time 2010-12-30 19:36:29 +00:00
signals.py
suite.py Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
util.py Keep helper functions private. 2010-12-24 11:24:00 +00:00