From 675bc68a326dd55b5d28a929ac10ff9ad75ed4a7 Mon Sep 17 00:00:00 2001 From: "Jay Newlin (PW)" Date: Thu, 6 Dec 2018 10:42:27 -0500 Subject: [PATCH] Add format check to test script --- script/test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/test b/script/test index f5dbea41..663b4543 100755 --- a/script/test +++ b/script/test @@ -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