cpython/Lib/unittest/test/testmock
Pablo Galindo 222d303ade bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
* Allow repeated deletion of unittest.mock.Mock attributes

* fixup! Allow repeated deletion of unittest.mock.Mock attributes

* fixup! fixup! Allow repeated deletion of unittest.mock.Mock attributes
2019-01-21 08:57:46 +00:00
..
__init__.py
__main__.py Adjust comment 2013-09-14 00:40:46 +02:00
support.py Remove unused function in `testmock/support.py` (GH-10975) 2018-12-06 17:05:46 +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-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048) 2018-12-12 07:54:54 +00: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-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057) 2019-01-21 08:57:46 +00:00
testpatch.py bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) 2018-12-07 15:30:42 -08: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