mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
5 lines
122 B
Makefile
5 lines
122 B
Makefile
test:
|
|
cd tests && python -m pytest unit_tests.py -s --disable-warnings
|
|
|
|
lint:
|
|
python -m pylint deepface/ --fail-under=10
|