MCPcopy
hub / github.com/pytest-dev/pytest / append_collect_skipped

Method append_collect_skipped

src/_pytest/junitxml.py:212–213  ·  view source on GitHub ↗
(self, report: TestReport)

Source from the content-addressed store, hash-verified

210 self._add_simple("error", "collection failure", str(report.longrepr))
211
212 def append_collect_skipped(self, report: TestReport) -> None:
213 self._add_simple("skipped", "collection skipped", str(report.longrepr))
214
215 def append_error(self, report: TestReport) -> None:
216 assert report.longrepr is not None

Callers 2

pytest_collectreportMethod · 0.80
test_unicode_issue368Function · 0.80

Calls 1

_add_simpleMethod · 0.95

Tested by 1

test_unicode_issue368Function · 0.64