cpython/Lib/unittest/test/testmock
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
..
__init__.py
__main__.py
support.py Issue #23277: Remove unused sys and os imports 2016-04-24 07:31:42 +03:00
testcallable.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
testhelpers.py Issue #26750: unittest.mock.create_autospec() now works properly 2016-08-07 08:52:26 -07:00
testmagicmethods.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
testmock.py Issue #21271: Adds new keyword only parameters in reset_mock call 2016-06-02 10:20:16 -07:00
testpatch.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
testsentinel.py
testwith.py