add shellscript for running pytest, shellcheck *.sh

This commit is contained in:
InsanePrawn 2022-08-16 18:20:06 +02:00
parent 8b9fe661cf
commit e17a69ed81
3 changed files with 6 additions and 4 deletions

4
pytest.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
sudo -v
python -m pytest -v ./*/test_*.py