275
313
# The only call to _call should have been to get /foo.
276
314
self.assertEqual([('_call', ('get', '/foo'))], client._calls)
279
324
class InstrumentedClient(smart.SmartStreamClient):
280
325
"""A smart client whose writes are stored to a supplied list."""