The path from which pytest was invoked. Prefer to use ``startpath`` which is a :class:`pathlib.Path`. :type: LEGACY_PATH
(self: Session)
| 372 | |
| 373 | |
| 374 | def Session_stardir(self: Session) -> LEGACY_PATH: |
| 375 | """The path from which pytest was invoked. |
| 376 | |
| 377 | Prefer to use ``startpath`` which is a :class:`pathlib.Path`. |
| 378 | |
| 379 | :type: LEGACY_PATH |
| 380 | """ |
| 381 | return legacy_path(self.startpath) |
| 382 | |
| 383 | |
| 384 | def Config__getini_unknown_type( |
nothing calls this directly
no test coverage detected