MCPcopy Create free account
hub / github.com/catboost/catboost / on_error

Method on_error

library/python/pytest/plugins/ya.py:964–965  ·  view source on GitHub ↗
(self, test_item)

Source from the content-addressed store, hash-verified

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:

Callers 1

pytest_collectreportFunction · 0.80

Calls 2

traceMethod · 0.95
_get_commentMethod · 0.95

Tested by

no test coverage detected