LogarithmPlotter/scripts/run-tests.sh
2024-09-18 22:51:23 +02:00

7 lines
131 B
Bash

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