Merge pull request #124 from dod-ccpo/test-cleanup

Test cleanup
This commit is contained in:
dandds 2018-08-03 10:07:27 -04:00 committed by GitHub
commit c8244554f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,3 @@
[default]
PGHOST = postgreshost
PGDATABASE = atat_test

@ -1 +1 @@
Subproject commit 90a453b2ac4272961b3ed5f7d77d60816a09e092
Subproject commit 05492977844309215c122e925159f9f8c62014e3

View File

@ -6,6 +6,12 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=test
# Set database name
DATABASE_NAME="atat_test"
# Enable database resetting
RESET_DB="true"
# Define all relevant python files and directories for this app
PYTHON_FILES="./app.py ./atst ./config"