cpython/Lib/unittest/test/testmock
Michael Foord 3af125a4aa Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. 2012-04-21 18:22:28 +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 Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. 2012-04-21 18:22:28 +01:00
testmagicmethods.py unittest.mock.MagicMock objects are now unorderable by default 2012-03-25 18:16:07 +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