Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ SessionMock
Class
SessionMock
testing/python/metafunc.py:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
@dataclasses.dataclass
47
class
SessionMock:
48
config: Any
49
_fixturemanager: FixtureManagerMock
50
nodeid: ClassVar =
""
51
52
@dataclasses.dataclass
53
class
DefinitionMock(python.FunctionDefinition):
Callers
1
Metafunc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected