Created web frontend launched via --web flag (#1967)

Author: overcuriousity 
Co-authored-by: Soxoj <soxoj@protonmail.com>
This commit is contained in:
overcuriousity
2024-12-16 14:24:03 +01:00
committed by GitHub
parent cb01535565
commit 88d68490f3
13 changed files with 530 additions and 13 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