(self)
| 116 | self._send_result(test, result) |
| 117 | |
| 118 | def heartbeat(self): |
| 119 | self._on_heartbeat() |
| 120 | super(TestProcObserver, self).heartbeat() |
| 121 | |
| 122 | def _on_next_test(self, test): |
| 123 | """Method called after receiving test from previous processor but before |
nothing calls this directly
no test coverage detected