cpython/Lib/unittest
Robert Collins f920c2122b Close #19746: expose unittest discovery errors on TestLoader.errors
This makes it possible to examine the errors from unittest discovery
without executing the test suite - important when the test suite may
be very large, or when enumerating the test ids from a test suite.
2014-10-20 13:24:05 +13:00
..
test Close #19746: expose unittest discovery errors on TestLoader.errors 2014-10-20 13:24:05 +13:00
__init__.py
__main__.py
case.py Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. 2014-04-29 01:23:50 +02:00
loader.py Close #19746: expose unittest discovery errors on TestLoader.errors 2014-10-20 13:24:05 +13:00
main.py
mock.py Closes #21270 : We now override tuple methods in mock.call objects. 2014-09-16 18:33:37 +05:30
result.py Fixes Issue #20165: The unittest module no longer considers tests marked with 2014-01-20 01:11:18 -08:00
runner.py
signals.py
suite.py Fix breakage in TestSuite.countTestCases() introduced by issue #11798. 2013-12-28 20:37:58 +01:00
util.py Issue #22032: __qualname__ instead of __name__ is now always used to format 2014-07-22 15:00:37 +03:00