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

Method pytest_collectstart

src/_pytest/main.py:691–695  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

689
690 @hookimpl(tryfirst=True)
691 def pytest_collectstart(self) -> None:
692 if self.shouldfail:
693 raise self.Failed(self.shouldfail)
694 if self.shouldstop:
695 raise self.Interrupted(self.shouldstop)
696
697 @hookimpl(tryfirst=True)
698 def pytest_runtest_logreport(self, report: TestReport | CollectReport) -> None:

Callers 1

collect_one_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected