LogarithmPlotter/scripts/run-tests.sh
Ad5001 a3cf99f3af
Some checks failed
continuous-integration/drone/push Build is failing
Filtering report paths
2024-09-18 23:19:00 +02:00

7 lines
177 B
Bash

#!/bin/bash
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
# Run python tests
PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .