cpython/Lib/unittest/test/testmock
Kushal Das 484f8a875b Closes Issue 21222.
Passing name keyword argument to mock.create_autospec now works.
2014-04-16 01:05:50 +05:30
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:14:35 +02:00
testmagicmethods.py Issue 20968. unittest.mock.MagicMock now supports division 2014-04-14 11:23:48 -04:00
testmock.py Closes Issue 21222. 2014-04-16 01:05:50 +05:30
testpatch.py
testsentinel.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
testwith.py