cpython/Lib/unittest/test/testmock
Gregory P. Smith ac5084b6c7 Fixes issue28380: unittest.mock Mock autospec functions now properly support
assert_called, assert_not_called, and assert_called_once.
2016-10-06 14:31:23 -07:00
..
__init__.py
__main__.py
support.py
testcallable.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
testhelpers.py
testmagicmethods.py
testmock.py
testpatch.py Fixes issue28380: unittest.mock Mock autospec functions now properly support 2016-10-06 14:31:23 -07:00
testsentinel.py
testwith.py