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

Method pytest_report_collectionfinish

src/_pytest/cacheprovider.py:343–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341 return {x for x in result if x.exists()}
342
343 def pytest_report_collectionfinish(self) -> str | None:
344 if self.active and self.config.get_verbosity() >= 0:
345 return f"run-last-failure: {self._report_status}"
346 return None
347
348 def pytest_runtest_logreport(self, report: TestReport) -> None:
349 if (report.when == "call" and report.passed) or report.skipped:

Callers 1

Calls 1

get_verbosityMethod · 0.45

Tested by

no test coverage detected