MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_collectstart

Method pytest_collectstart

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

Source from the content-addressed store, hash-verified

508
509 @hookimpl(tryfirst=True)
510 def pytest_collectstart(self) -> None:
511 if self.shouldfail:
512 raise self.Failed(self.shouldfail)
513 if self.shouldstop:
514 raise self.Interrupted(self.shouldstop)
515
516 @hookimpl(tryfirst=True)
517 def pytest_runtest_logreport(

Callers 1

collect_one_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected