add shellscript for running pytest, shellcheck *.sh
This commit is contained in:
parent
8b9fe661cf
commit
e17a69ed81
3 changed files with 6 additions and 4 deletions
4
pytest.sh
Executable file
4
pytest.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo -v
|
||||
python -m pytest -v ./*/test_*.py
|
Loading…
Add table
Add a link
Reference in a new issue