pantalaimon/Makefile

14 lines
335 B
Makefile
Raw Normal View History

2019-04-10 06:14:00 -04:00
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:
2019-05-07 12:35:24 -04:00
python -m pantalaimon.main https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug