pantalaimon/Makefile
2019-04-12 16:18:26 +02:00

14 lines
343 B
Makefile

test:
python3 -m pytest
python3 -m pytest --flake8 pantalaimon
python3 -m pytest --isort
coverage:
python3 -m pytest --cov=pantalaimon --cov-report term-missing
typecheck:
mypy --ignore-missing-imports pantalaimon
run-local:
python -m pantalaimon.daemon start https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug