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

Function pytest_runtest_makereport

src/_pytest/runner.py:384–385  ·  view source on GitHub ↗
(item: Item, call: CallInfo[None])

Source from the content-addressed store, hash-verified

382
383
384def pytest_runtest_makereport(item: Item, call: CallInfo[None]) -> TestReport:
385 return TestReport.from_item_and_call(item, call)
386
387
388def pytest_make_collect_report(collector: Collector) -> CollectReport:

Callers

nothing calls this directly

Calls 1

from_item_and_callMethod · 0.80

Tested by

no test coverage detected