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

Function pytest_sessionstart

src/_pytest/fixtures.py:113–114  ·  view source on GitHub ↗
(session: "Session")

Source from the content-addressed store, hash-verified

111
112
113def pytest_sessionstart(session: "Session") -> None:
114 session._fixturemanager = FixtureManager(session)
115
116
117def get_scope_package(node, fixturedef: "FixtureDef[object]"):

Callers

nothing calls this directly

Calls 1

FixtureManagerClass · 0.85

Tested by

no test coverage detected