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

Method __init__

src/_pytest/pytester.py:201–202  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

199
200class PytestArg:
201 def __init__(self, request: FixtureRequest) -> None:
202 self._request = request
203
204 def gethookrecorder(self, hook) -> "HookRecorder":
205 hookrecorder = HookRecorder(hook._pm)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected