cpython/Lib/unittest/test/testmock
2017-08-03 09:00:59 +03:00
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) 2017-07-20 03:01:14 +03:00
testmagicmethods.py Spelling fixes (#2902) 2017-08-03 09:00:59 +03:00
testmock.py Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. 2017-01-21 23:15:18 +02:00
testpatch.py
testsentinel.py
testwith.py