cpython/Lib/unittest/test/testmock
2012-03-25 19:53:18 +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
testmagicmethods.py unittest.mock.MagicMock objects are now unorderable by default 2012-03-25 18:16:07 +01:00
testmock.py Fix another mock import 2012-03-14 12:58:46 -07: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