configure test environment

This commit is contained in:
dandds
2018-08-02 16:20:54 -04:00
parent 8ec27cbb31
commit 649ac89e2e
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"