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