Update atst to atat

This commit is contained in:
leigh-mil
2020-02-28 16:01:45 -05:00
parent 6eb48239cf
commit c2814416fb
215 changed files with 735 additions and 746 deletions

View File

@@ -9,7 +9,7 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=ci
# Define all relevant python files and directories for this app
PYTHON_FILES="./app.py ./atst/** ./config"
PYTHON_FILES="./app.py ./atat/** ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"