(self, test, result)
| 112 | return self._send_test(test) |
| 113 | |
| 114 | def result_for(self, test, result): |
| 115 | self._on_result_for(test, result) |
| 116 | self._send_result(test, result) |
| 117 | |
| 118 | def heartbeat(self): |
| 119 | self._on_heartbeat() |
nothing calls this directly
no test coverage detected