Merge pull request #155 from dod-ccpo/linting

Lint entire `atst` module
This commit is contained in:
richard-dds
2018-08-13 09:45:44 -04:00
committed by GitHub
4 changed files with 4 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export FLASK_ENV=test
RESET_DB="true"
# Define all relevant python files and directories for this app
PYTHON_FILES="./app.py ./atst ./config"
PYTHON_FILES="./app.py ./atst/** ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"