summaryrefslogtreecommitdiffstats
path: root/scripts/poe-tasks/test
blob: 6b37dff74805c6df5d8f66f8757b1d040e1a4c75 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# ensure consistent behaviour
src_dir="$(dirname "$(realpath "$0")")"
source $src_dir/utils/_env.sh

# run pytest
env PYTHONPATH=. pytest --junitxml=unit.junit.xml --cov=python/knot_resolver_manager --show-capture=all tests/manager