Temporary directory where tests are executed.
(self)
| 57 | |
| 58 | @property |
| 59 | def tmpdir(self) -> LEGACY_PATH: |
| 60 | """Temporary directory where tests are executed.""" |
| 61 | return legacy_path(self._pytester.path) |
| 62 | |
| 63 | @property |
| 64 | def test_tmproot(self) -> LEGACY_PATH: |
nothing calls this directly
no test coverage detected