Apply section heads to test output for clarity.

This also removes a test setup command that added an uploads directory.
It's no longer necessary.
This commit is contained in:
dandds
2019-09-25 10:36:49 -04:00
parent 8d7c7a0d6e
commit 6c22d5a524
4 changed files with 28 additions and 7 deletions

View File

@@ -6,9 +6,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
export FLASK_ENV=test
# create upload directory for app
mkdir uploads | true
# Enable database resetting
RESET_DB="true"
@@ -22,9 +19,11 @@ RUN_PYTHON_TESTS="true"
RUN_JS_TESTS="true"
# Check python formatting
output_divider "Run formatting check"
source ./script/format check
# Check for secrets
output_divider "Run detect secrets"
./script/detect_secrets
# Run the shared test script