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

Class PseudoFixtureDef

src/_pytest/fixtures.py:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107@attr.s(frozen=True, auto_attribs=True)
108class PseudoFixtureDef(Generic[FixtureValue]):
109 cached_result: "_FixtureCachedResult[FixtureValue]"
110 _scope: Scope
111
112
113def pytest_sessionstart(session: "Session") -> None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected