cpython/Lib/unittest/test/testmock
Karthikeyan Singaravelan 72b1004657 bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) 2020-01-27 06:48:15 +00:00
..
__init__.py
__main__.py
support.py
testasync.py bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116) 2020-01-25 10:17:47 +00:00
testcallable.py
testhelpers.py bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) 2019-09-13 16:54:32 +01:00
testmagicmethods.py bpo-38108: Makes mock objects inherit from Base (GH-16060) 2019-09-28 18:42:44 -07:00
testmock.py bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock (#16029) 2020-01-27 06:48:15 +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