cpython/Lib/unittest/test/testmock
Robert Collins b37f43f94b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Patch from Nicola Palumbo and Laurent De Buyst.
2015-07-15 11:42:28 +12:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py
testmagicmethods.py Issue #23310: Fix MagicMock's initializer to work with __methods__. 2015-04-14 00:12:57 -07:00
testmock.py - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. 2015-07-15 11:42:28 +12:00
testpatch.py Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. 2014-04-15 17:21:08 -04:00
testsentinel.py
testwith.py