Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
117
def
pytest_sessionstart(session: Session) -> None:
118
session._fixturemanager = FixtureManager(session)
119
120
121
def
get_scope_package(
Callers
nothing calls this directly
Calls
1
FixtureManager
Class · 0.85
Tested by
no test coverage detected