Add pylint and run before tests

This commit is contained in:
richard-dds
2018-06-18 10:42:07 -04:00
parent 373998f42d
commit 6eb71cfe63
4 changed files with 652 additions and 1 deletions

View File

@@ -6,5 +6,7 @@ set -e
# Ensure we are in the app root directory (not the /script directory)
cd "$(dirname "${0}")/.."
pipenv run pylint --errors-only atst
# Run unit tests
pipenv run python -m pytest -s $*