(self)
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected