diff --git a/Makefile b/Makefile index a00ec538..46434157 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ quality: clean ## check coding style with pycodestyle and pylint test-python: clean ## Run test suite. $(TOX) pip install -r requirements/test.txt --exists-action w - $(TOX) coverage run --source="." -m pytest ./eox_core --ds=eox_tenant.settings.test --ignore-glob='**/integration/*' + $(TOX) coverage run --source="." -m pytest ./eox_tenant --ds=eox_tenant.settings.test --ignore-glob='**/integration/*' $(TOX) coverage report -m --fail-under=71 run-tests: test-python quality