cpython/Lib/unittest/test/testmock
Mario Corchero 552be9d7e6 bpo-30541: Add new method to seal mocks (GH61923)
The new method allows the developer to control when to stop the
feature of mocks that automagically creates new mocks when accessing
an attribute that was not declared before

Signed-off-by: Mario Corchero <mariocj89@gmail.com>
2017-10-17 04:35:11 -07:00
..
__init__.py
__main__.py
support.py
testcallable.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
testhelpers.py bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) 2017-07-20 03:01:14 +03:00
testmagicmethods.py Spelling fixes (#2902) 2017-08-03 09:00:59 +03:00
testmock.py Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. 2017-01-21 23:15:18 +02:00
testpatch.py Fixes issue28380: unittest.mock Mock autospec functions now properly support 2016-10-06 14:31:23 -07: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