(deprecated) The file system path of the test module which collected this test.
(self: FixtureRequest)
| 326 | |
| 327 | |
| 328 | def 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 | |
| 333 | def TerminalReporter_startdir(self: TerminalReporter) -> LEGACY_PATH: |
nothing calls this directly
no test coverage detected