cpython/Lib/unittest/test/testmock
2012-06-09 17:31:59 +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 unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec 2012-03-25 19:53:18 +01:00
testsentinel.py
testwith.py