[issue30541] Add restricted mocks to the python unittest mocking framework

2017-06-01 Thread Mario Corchero
New submission from Mario Corchero: Define a way to disable the automatic generation of submocks when accessing an attribute of a mock which is not set. Rationale: Inspired by GMock RestrictedMock, it aims to allow the developer to declare a narrow interface to the mock that defines what

<    1   2