Add format check to test script
This commit is contained in:
parent
e59352eae6
commit
675bc68a32
@ -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