configure test environment

This commit is contained in:
dandds
2018-08-02 16:20:54 -04:00
committed by richard-dds
parent 3247fe5dbf
commit e88e444ee8
4 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=test
# Define all relevant python files and directories for this app
PYTHON_FILES="./app.py ./atst ./config"