(self, command, more=False)
| 58 | pass # no-op (may be called on timeout). |
| 59 | |
| 60 | def execute_line(self, command, more=False): |
| 61 | runner.proxy.execLine(command) |
| 62 | assert server_queue.get(timeout=5.0) == ("notify_finished", more) |
| 63 | |
| 64 | def hello(self): |
| 65 | def _hello(): |
no test coverage detected