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

Method __fspath__

testing/test_reports.py:239–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 self.path = path
238
239 def __fspath__(self) -> str:
240 return self.path
241
242 reprec = pytester.inline_run()
243 reports = reprec.getreports("pytest_runtest_logreport")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected