Merge pull request #481 from dod-ccpo/add_format_check_to_tests

Add format check to test script
This commit is contained in:
Jay R. Newlin (PromptWorks) 2018-12-06 11:37:12 -05:00 committed by GitHub
commit e67ae10d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,8 @@ PYTHON_FILES="./app.py ./atst/** ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"
# Check python formatting
source ./script/format check
# Run the shared test script
source ./script/include/run_test