aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/unittest/test/testmock/testsealable.py
Commit message (Collapse)AuthorAge
* bpo-30541: Add new method to seal mocks (GH61923)Mario Corchero2017-10-17
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>