added a tests run script

This commit is contained in:
2023-02-01 16:17:58 +01:00
parent 9e6896c30f
commit 3ba74a1a1e

12
tests/run.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
cd $(dirname $0)
cd ..
export QT_QPA_PLATFORM=offscreen
coverage run --source=./grum/ -m pytest ./tests/
echo
coverage report