(self, test_item)
| 962 | self.trace("chunk_event", message) |
| 963 | |
| 964 | def on_error(self, test_item): |
| 965 | self.trace('chunk_event', {"errors": [(test_item.status, self._get_comment(test_item))]}) |
| 966 | |
| 967 | def on_log_report(self, test_item): |
| 968 | if test_item.nodeid in self._test_duration: |
no test coverage detected