LogarithmPlotter/scripts/run-tests.sh

8 lines
131 B
Bash
Raw Normal View History

2024-09-18 20:51:23 +00:00
#!/bin/bash
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
# Run python tests
pytest --cov --cov-report term-missing