diff --git a/Makefile b/Makefile index 3443fce21a391c0aced778780d40e3b6400cc29e..3355c17013b307bb07b6c8acc1d1fbccdee577a5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL := /bin/bash tests: python3 gen_resources.py python3 gen_translations.py - pytest -q -s --disable-warnings ${TESTS_FILTER} + pytest -q -s --disable-warnings tests ${TESTS_FILTER} # check check: mypy pylint check-format