cpython/Lib/unittest
2010-11-20 15:43:02 +00:00
..
test Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too 2010-11-20 15:43:02 +00:00
__init__.py
__main__.py
case.py Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves). 2010-11-20 15:34:26 +00:00
loader.py Merged revisions 81724 via svnmerge from 2010-06-05 10:45:41 +00:00
main.py
result.py Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
runner.py reduce try block compass 2010-11-18 14:14:43 +00:00
signals.py
suite.py Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. 2010-11-01 21:09:03 +00:00
util.py Merged revisions 81747 via svnmerge from 2010-06-05 13:14:43 +00:00