cpython/Lib/unittest/test/testmock
Xtreak 9b21856b0f bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613)
Co-authored-by: Felipe <felipe.nospam.ochoa@gmail.com>
2019-04-22 05:30:23 +03: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-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 2019-04-22 05:30:23 +03:00
testmagicmethods.py bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960) 2018-10-25 23:48:58 +02:00
testmock.py bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 2019-04-22 05:30:23 +03:00
testpatch.py bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 2019-04-22 05:30:23 +03:00
testsealable.py
testsentinel.py
testwith.py Add test for double patching instance methods (#11085) 2018-12-12 07:56:35 +00:00