Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 3, 2024
1 parent f60a698 commit 4b7d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b7d6df

Please sign in to comment.