CLI arguments improvements, tests added

This commit is contained in:
Soxoj
2021-05-05 15:27:56 +03:00
parent 9858e71349
commit 3b91a9cd31
10 changed files with 287 additions and 205 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
#!/bin/sh
pytest tests
coverage run --source=./maigret -m pytest tests
coverage report -m
coverage html