MCPcopy Index your code
hub / github.com/microsoft/playwright-python / pytest_runtest_logreport

Function pytest_runtest_logreport

tests/conftest.py:270–273  ·  view source on GitHub ↗
(report: pytest.TestReport)

Source from the content-addressed store, hash-verified

268
269
270def pytest_runtest_logreport(report: pytest.TestReport) -> None:
271 if report.failed and report.when in ("setup", "call"):
272 if report.nodeid not in _failed_node_ids:
273 _failed_node_ids.append(report.nodeid)
274
275
276def pytest_terminal_summary(

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected