cpython/Lib/unittest
Petter Strandmark 47d94241a3 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090)
unittest.mock now includes mock calls in exception messages if
assert_not_called, assert_called_once, or assert_called_once_with
fails.
2018-10-28 21:37:10 +01:00
..
test bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) 2018-10-28 21:37:10 +01:00
__init__.py
__main__.py
case.py bpo-34900: Make TestCase.debug() work with subtests (GH-9707) 2018-10-12 13:35:55 +03:00
loader.py
main.py
mock.py bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) 2018-10-28 21:37:10 +01:00
result.py
runner.py
signals.py
suite.py
util.py