Add format check to test script

This commit is contained in:
Jay Newlin (PW) 2018-12-06 10:42:27 -05:00
parent e59352eae6
commit 675bc68a32

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