added a tests run script
This commit is contained in:
12
tests/run.sh
Executable file
12
tests/run.sh
Executable 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
|
||||
|
||||
|
Reference in New Issue
Block a user