scripts: add a quick test script

This commit is contained in:
Iain Learmonth 2022-05-17 08:25:49 +01:00
parent 8f7f1e96c6
commit d7dab2e234

9
scripts/quicktest.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
bandit -r app
flake8 app
mypy app
nosetests tests