From e734022e50678bcba5360c841e7c00abef728760 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 10 Aug 2018 13:47:30 -0400 Subject: [PATCH] Add all atst files to PYTHON_FILES so pylint checks them --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index bd231db8..d1e22bbf 100755 --- a/script/test +++ b/script/test @@ -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"