cpython/Lib/unittest/test/testmock
Robert Collins 76d508b5d4 - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Patch from Nicola Palumbo and Laurent De Buyst.
2015-07-15 11:49:43 +12:00
..
__init__.py
__main__.py Adjust comment 2013-09-14 00:40:46 +02:00
support.py
testcallable.py
testhelpers.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
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:49:43 +12:00
testpatch.py Merge 2014-04-15 17:22:22 -04:00
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testwith.py