(self, test, result)
| 176 | return self._send_test(test) |
| 177 | |
| 178 | def result_for(self, test, result): |
| 179 | self._send_result(test, result) |
| 180 | |
| 181 | def _filter(self, test): |
| 182 | """Returns whether test should be filtered out.""" |
nothing calls this directly
no test coverage detected