mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-03-20 13:16:48 -04:00
5 lines
92 B
Makefile
5 lines
92 B
Makefile
test:
|
|
python3 -m pytest
|
|
python3 -m pytest --flake8 pantalaimon
|
|
python3 -m pytest --isort
|