From: Simon Pomarede Date: Thu, 4 Feb 2016 14:16:16 +0000 (+0100) Subject: Example of PEP8 validation command X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e869da67222e4ae8df30cbd42a9d191915ed5815;p=tools%2Fsat.git Example of PEP8 validation command --- diff --git a/test/run_all.sh b/test/run_all.sh index a6efebb..e0ef328 100755 --- a/test/run_all.sh +++ b/test/run_all.sh @@ -21,3 +21,8 @@ coverage run --source=../commands/config.py -a config/option_value_2.py >> test_ coverage run --source=../commands/config.py -a config/create_user_pyconf.py >> test_res.html coverage run --source=../commands/config.py -a config/option_copy.py >> test_res.html coverage html + +# Test PEP8 +#pep8 --statistics ../commands/config.py ../commands/*.py ../src/*.py ../src/*/*.py + +