(self)
| 60 | |
| 61 | class FakeClient(object): |
| 62 | def __init__(self): |
| 63 | self.managers = { |
| 64 | "FakeResource": models.ResourceManager(FakeResource, FAKE_ENDPOINT) |
| 65 | } |
| 66 | |
| 67 | |
| 68 | class FakeApp(object): |
nothing calls this directly
no outgoing calls
no test coverage detected