deepface/Makefile
2024-02-04 10:36:45 +00:00

8 lines
197 B
Makefile

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