cpython/Lib/unittest/test/testmock
Karthikeyan Singaravelan 66b00a9d3a bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) 2020-01-24 13:14:29 +00:00
..
__init__.py
__main__.py
support.py
testasync.py Improve test coverage for AsyncMock. (GH-17906) 2020-01-15 09:49:49 +00:00
testcallable.py
testhelpers.py
testmagicmethods.py bpo-38108: Makes mock objects inherit from Base (GH-16060) 2019-09-28 18:42:44 -07:00
testmock.py bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) 2020-01-24 13:14:29 +00:00
testpatch.py Fix `mock.patch.dict` to be stopped with `mock.patch.stopall` (#17606) 2020-01-24 08:38:32 +00:00
testsealable.py
testsentinel.py
testwith.py