diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 4eb7cef..52d4413 100644 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -1,7 +1,7 @@ #!/bin/bash -cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/" +cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." # Run python tests -PYTHONPATH="$PYTHONPATH:.." pytest --cov --cov-report term-missing .. +PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .