Try using package name as path

This commit is contained in:
Donncha Ó Cearbhaill
2024-09-30 13:21:02 +02:00
parent 656feb1da7
commit 2c4c92f510
+1 -1
View File
@@ -62,7 +62,7 @@ ignore_missing_imports = true
packages = "src"
[tool.pytest.ini_options]
addopts = "-ra -q --cov=./src/mvt --cov-report html"
addopts = "-ra -q --cov=mvt --cov-report html"
testpaths = [
"tests"
]