We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdfa9c commit 863757cCopy full SHA for 863757c
tests/src/core/paths.py
@@ -4,7 +4,7 @@
4
def _find_tests_root() -> Path:
5
current = Path(__file__).absolute()
6
for parent in current.parents:
7
- if (parent / "mmns_pg.Dockerfile").exists() or (parent / "pytest.ini").exists():
+ if (parent / "debian.Dockerfile").exists() or (parent / "pytest.ini").exists():
8
return parent
9
raise FileNotFoundError("Project root not found")
10
0 commit comments