LogarithmPlotter/scripts/run-tests.sh
Ad5001 2ee7da7995
Some checks failed
continuous-integration/drone/push Build is failing
Fixing CI building
2024-09-18 23:11:44 +02:00

7 lines
160 B
Bash

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