mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-09 06:37:55 -05:00
11 lines
221 B
Makefile
11 lines
221 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
|