cpython/Lib/unittest
Antoine Pitrou 0715b9fad3 Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. 2013-09-14 19:45:47 +02:00
..
test Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. 2013-09-14 19:45:47 +02:00
__init__.py Docstring typo fix: Arithmentic -> Arithmetic. 2013-09-09 10:34:24 +01:00
__main__.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
case.py Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ensure that a block of code emits a message using the logging module. 2013-09-14 19:45:47 +02:00
loader.py Merge #14971: Use class method name, not function.__name__, during unittest discovery. 2013-04-11 08:58:11 -04:00
main.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
mock.py Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:44:07 +03:00
result.py Fix bug in TestResult.addSubTest() 2013-03-29 17:55:24 +01:00
runner.py
signals.py
suite.py Issue #11798: fix tests for regrtest -R : 2013-09-01 07:58:41 +03:00
util.py