(self, *, timeout=None)
| 50 | |
| 51 | class Runtime: |
| 52 | async def shutdown(self, *, timeout=None): |
| 53 | calls.append("runtime.shutdown") |
| 54 | |
| 55 | client = CopilotClient(connection=RuntimeConnection.for_stdio(path="copilot")) |
| 56 | client._rpc = Mock(runtime=Runtime()) |