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

Function pytest_sessionstart

src/_pytest/fixtures.py:117–118  ·  view source on GitHub ↗
(session: Session)

Source from the content-addressed store, hash-verified

115
116
117def pytest_sessionstart(session: Session) -> None:
118 session._fixturemanager = FixtureManager(session)
119
120
121def get_scope_package(

Callers

nothing calls this directly

Calls 1

FixtureManagerClass · 0.85

Tested by

no test coverage detected