cpython/Lib/unittest/test/testmock
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
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py
testmagicmethods.py bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) 2018-10-25 23:48:58 +02:00
testmock.py bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) 2018-10-28 21:37:10 +01:00
testpatch.py
testsealable.py
testsentinel.py
testwith.py