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

Method __init__

src/_pytest/legacypath.py:54–56  ·  view source on GitHub ↗
(self, pytester: Pytester, *, _ispytest: bool = False)

Source from the content-addressed store, hash-verified

52 TimeoutExpired: "Final" = Pytester.TimeoutExpired
53
54 def __init__(self, pytester: Pytester, *, _ispytest: bool = False) -> None:
55 check_ispytest(_ispytest)
56 self._pytester = pytester
57
58 @property
59 def tmpdir(self) -> LEGACY_PATH:

Callers

nothing calls this directly

Calls 1

check_ispytestFunction · 0.90

Tested by

no test coverage detected