(path: StrPath | None = None)
| 34 | |
| 35 | |
| 36 | def findtestdir(path: StrPath | None = None) -> StrPath: |
| 37 | return path or os.path.dirname(os.path.dirname(__file__)) or os.curdir |
| 38 | |
| 39 | |
| 40 | def findtests(*, testdir: StrPath | None = None, exclude: Container[str] = (), |
no test coverage detected
searching dependent graphs…