cpython/Lib/unittest/test/testmock
Michael Foord f7c4158057 Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
..
__init__.py
support.py
testcallable.py Remove more Python 2 compatibility cruft from unittest.mock 2012-03-14 14:40:22 -07:00
testhelpers.py Fix exception when calling reset_mock on a mock created with autospec 2012-06-09 17:31:59 +01:00
testmagicmethods.py Fix exception when calling reset_mock on a mock created with autospec 2012-06-09 17:31:59 +01:00
testmock.py Closes issue 14636. mock objects raise exceptions from an iterable side_effect 2012-04-21 15:52:11 +01:00
testpatch.py Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
testsentinel.py
testwith.py