set +e
# dirs to check
-dirs="python/knot_resolver/ tests/manager scripts/poe-tasks/utils/create_setup.py"
+dirs="python/knot_resolver/ tests/python/knot_resolver scripts/poe-tasks/utils/create_setup.py"
# check imports
echo -e "${yellow}Checking Python imports using Ruff...${reset}"
src_dir="$(dirname "$(realpath "$0")")"
source $src_dir/utils/_env.sh
-dirs="python/knot_resolver/ tests/manager scripts/poe-tasks/utils/create_setup.py"
+dirs="python/knot_resolver/ tests/python/knot_resolver scripts/poe-tasks/utils/create_setup.py"
# sort python import
echo -e "${yellow}Sorting Python imports using ruff...${reset}"
source $src_dir/utils/_env.sh
# run pytest
-env PYTHONPATH=. pytest --junitxml=unit.junit.xml --cov=python/knot_resolver --show-capture=all tests/manager
+env PYTHONPATH=. pytest \
+ --junitxml=unit.junit.xml \
+ --cov=python/knot_resolver \
+ --show-capture=all \
+ tests/python/knot_resolver