Home | History | Annotate | Download | only in python

Lines Matching refs:stubs

162     self.stubs = stubout.StubOutForTesting()
203 """Call reset on all mock objects. This does not unset stubs."""
228 self.stubs.Set(obj, attr_name, stub)
231 """Restore stubs to their original state."""
233 self.stubs.UnsetAll()
1361 Always unsets stubs after a test. Will verify all mocks for tests that
1393 want this. Also automatically unsets any stubs and verifies that all mock