cpython/Lib/unittest/test/testmock
Andrew Svetlov 8ab1e513c1 Process DEFAULT values in mock side_effect that returns iterator.
Patch by Michael Ford.
2013-04-07 16:44:07 +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 Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. 2013-02-03 00:23:58 +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:44:07 +03:00
testpatch.py Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
testsentinel.py
testwith.py Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open 2013-03-19 17:22:51 -07:00