Lines Matching full:attach_mock
1134 them to a manager mock using the :meth:`~Mock.attach_mock` method. After1140 ... manager.attach_mock(MockClass1, 'MockClass1')1141 ... manager.attach_mock(MockClass2, 'MockClass2')