CLI test fixes

This commit is contained in:
Soxoj
2024-12-15 12:57:01 +01:00
parent f8f7c996ca
commit 86ea0b9212
4 changed files with 119 additions and 68 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
LINT_FILES=maigret wizard.py tests
test:
coverage run --source=./maigret -m pytest tests
coverage run --source=./maigret,./maigret/web -m pytest tests
coverage report -m
coverage html