def setUp(self): default_context.retire_all_expectations() self.mock_of_thing = Mock(ThingToMock) self.other_mock_of_thing = Mock(ThingToMock) self.mock_of_other_thing = Mock(OtherThingToMock)
def setUp(self): default_context.retire_all_expectations()