mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-28 19:01:30 +02:00
Try using package name as path
This commit is contained in:
+1
-1
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user