cpython/Lib/unittest/test/testmock
Andrew Svetlov 8b2cd75bdd Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
2013-04-07 16:42:24 +03: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 Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:42:24 +03:00
testpatch.py Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
testsentinel.py
testwith.py