Merge pull request #481 from dod-ccpo/add_format_check_to_tests
Add format check to test script
This commit is contained in:
commit
e67ae10d11
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user