cpython/Lib/unittest
Antoine Pitrou b1e58440f8 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. 2014-04-29 01:25:07 +02:00
..
test Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. 2014-04-29 01:25:07 +02: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
main.py
mock.py Removes unused varargs and varkwargs from assert_not_called(). 2014-04-17 01:54:07 +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