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
testhelpers.py Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. 2012-04-21 18:22:28 +01:00
testmagicmethods.py
testmock.py Closes issue 14636. mock objects raise exceptions from an iterable side_effect 2012-04-21 15:52:11 +01:00
testpatch.py
testsentinel.py
testwith.py