faceta-algo-server/Makefile

8 lines
192 B
Makefile
Raw Normal View History

2024-10-11 15:15:15 +00:00
test:
cd tests && python -m pytest . -s --disable-warnings
lint:
python -m pylint deepface/ --fail-under=10
coverage:
pip install pytest-cov && cd tests && python -m pytest --cov=deepface