cpython/Lib/unittest
2010-11-20 17:22:21 +00:00
..
test Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling 2010-11-20 15:47:56 +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 Improve unittest.TestLoader.discover docstring 2010-11-20 17:22:21 +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