#164 improving python-syntax.sh output
Merged 6 years ago by astepano. Opened 6 years ago by bgoncalv.
bgoncalv/standard-test-roles fix-syntax-test-output  into  master

file modified
+1
@@ -63,6 +63,7 @@ 

  plint_disable="W,R,C,E1002,E1101,E1103,E1120,F0401,I0011,E0611"

  

  for pyfile in $python_files; do

+     echo -e "\n### Running tests for ${pyfile} ###\n"

      run "inspekt indent ${pyfile}"

      error=$((error + $?))

      run "inspekt lint --enable $plint_enable --disable $plint_disable ${pyfile}"

no initial comment

pretty please pagure-ci rebuild

pretty please pagure-ci rebuild

Commit 43c8f66 fixes this pull-request

Pull-Request has been merged by astepano

6 years ago

Pull-Request has been merged by astepano

6 years ago