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

Function FixtureRequest_fspath

src/_pytest/legacypath.py:328–330  ·  view source on GitHub ↗

(deprecated) The file system path of the test module which collected this test.

(self: FixtureRequest)

Source from the content-addressed store, hash-verified

326
327
328def FixtureRequest_fspath(self: FixtureRequest) -> LEGACY_PATH:
329 """(deprecated) The file system path of the test module which collected this test."""
330 return legacy_path(self.path)
331
332
333def TerminalReporter_startdir(self: TerminalReporter) -> LEGACY_PATH:

Callers

nothing calls this directly

Calls 1

legacy_pathFunction · 0.90

Tested by

no test coverage detected