diff --git a/metrics/Makefile b/metrics/Makefile index 4dc30ae459c247bcbe3d1d506805fd8c475c5c0a..cd6143b6f0ef4508d64515c0faa5e08119831483 100644 --- a/metrics/Makefile +++ b/metrics/Makefile @@ -2,3 +2,13 @@ init_submodule: git submodule init git submodule update --remote +build_metrics: + docker compose build vidjil + +init: + python3 -m pip install -U pip + python3 -m pip install --no-cache -r requirements.txt + +unit: + #python3 -m pytest --cov=./ --cov-report html:cov.html -v -s . + python3 -m unittest test_main.py \ No newline at end of file