From a3cf99f3af82e7db0bc7a557aa9cbb524bf18fab Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Sep 2024 23:19:00 +0200 Subject: [PATCH] Filtering report paths --- scripts/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .