Method called after receiving test from previous processor but before sending it to the next one.
(self, test)
| 120 | super(TestProcObserver, self).heartbeat() |
| 121 | |
| 122 | def _on_next_test(self, test): |
| 123 | """Method called after receiving test from previous processor but before |
| 124 | sending it to the next one.""" |
| 125 | pass |
| 126 | |
| 127 | def _on_result_for(self, test, result): |
| 128 | """Method called after receiving result from next processor but before |