This commit is contained in:
parent
2ee7da7995
commit
a3cf99f3af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/"
|
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
|
||||||
|
|
||||||
# Run python tests
|
# Run python tests
|
||||||
PYTHONPATH="$PYTHONPATH:.." pytest --cov --cov-report term-missing ..
|
PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue