cpython/Lib/unittest
Robert Collins c134584020 Close #22756: Improve the test output for some assertEqual tests.
These tests were undebuggable as written, and there's no testing fallacy
involved in using the method we're testing to test the output of that method,
so switch to that.
2014-10-30 08:16:28 +13:00
..
test Close #22756: Improve the test output for some assertEqual tests. 2014-10-30 08:16:28 +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
runner.py
signals.py
suite.py
util.py Issue #22032: __qualname__ instead of __name__ is now always used to format 2014-07-22 15:00:37 +03:00