deepface/Makefile
Sefik Ilkin Serengil 1931c5ca93 api folder moved
2024-02-04 12:53:51 +00:00

8 lines
192 B
Makefile

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