cpython/Lib/unittest/test/testmock
2019-05-01 08:48:44 +01:00
..
__init__.py
__main__.py
support.py bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000 2019-02-24 18:54:49 +00:00
testcallable.py bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) 2018-12-04 09:08:45 +00:00
testhelpers.py bpo-36751: Deprecate getfullargspec and report positional-only args as regular args (GH-13016) 2019-04-30 02:01:14 +01:00
testmagicmethods.py bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) 2018-10-25 23:48:58 +02:00
testmock.py remove jython support from unittest.mock (GH#13033) 2019-05-01 08:48:44 +01:00
testpatch.py remove jython support from unittest.mock (GH#13033) 2019-05-01 08:48:44 +01:00
testsealable.py bpo-30541: Add new method to seal mocks (GH61923) 2017-10-17 04:35:11 -07:00
testsentinel.py Issue #20804: The unittest.mock.sentinel attributes now preserve their 2017-01-11 20:13:03 +02:00
testwith.py Add test for double patching instance methods (#11085) 2018-12-12 07:56:35 +00:00