FV-latest / deepface /Makefile
songhieng's picture
Upload 195 files
7951466 verified
raw
history blame contribute delete
199 Bytes
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