cpython/Lib/unittest/test/testmock
2013-04-07 16:44:07 +03:00
..
__init__.py
support.py
testcallable.py
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
testmock.py Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:44:07 +03:00
testpatch.py
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