]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Example of PEP8 validation command test_pep8
authorSimon Pomarede <simon.pomarede@cea.fr>
Thu, 4 Feb 2016 14:16:16 +0000 (15:16 +0100)
committerSimon Pomarede <simon.pomarede@cea.fr>
Thu, 4 Feb 2016 14:16:16 +0000 (15:16 +0100)
test/run_all.sh

index a6efebb43be7a4316962481d66afd04b0cd97537..e0ef328b3a19bbcd3e5f289dcbe4e3ef2927dd5a 100755 (executable)
@@ -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
+
+