2019-04-10 12:14:00 +02:00
|
|
|
test:
|
|
|
|
python3 -m pytest
|
2019-06-19 12:37:44 +02:00
|
|
|
python3 -m pytest --black pantalaimon
|
2019-04-10 12:14:00 +02:00
|
|
|
python3 -m pytest --flake8 pantalaimon
|
2019-04-10 14:45:48 +02:00
|
|
|
|
|
|
|
coverage:
|
|
|
|
python3 -m pytest --cov=pantalaimon --cov-report term-missing
|
|
|
|
|
|
|
|
typecheck:
|
|
|
|
mypy --ignore-missing-imports pantalaimon
|
2019-04-11 14:20:38 +02:00
|
|
|
|
|
|
|
run-local:
|
2019-05-08 12:33:42 +02:00
|
|
|
python -m pantalaimon.main --log-level debug --config ./contrib/pantalaimon.conf
|
2019-05-14 21:50:48 +02:00
|
|
|
|
|
|
|
isort:
|
|
|
|
isort -y -p pantalaimon
|
2019-06-19 12:37:44 +02:00
|
|
|
|
|
|
|
format:
|
|
|
|
black pantalaimon/
|