(path: StrPath | None = None)
| 32 | |
| 33 | |
| 34 | def findtestdir(path: StrPath | None = None) -> StrPath: |
| 35 | return path or os.path.dirname(os.path.dirname(__file__)) or os.curdir |
| 36 | |
| 37 | |
| 38 | def findtests(*, testdir: StrPath | None = None, exclude: Container[str] = (), |
no outgoing calls
no test coverage detected