run-tests: also lint the plugins

Use pylint also for the plugins not only the tests.
This commit is contained in:
Christian Kellner 2020-09-15 18:18:11 +02:00
parent a0c562e5c6
commit 1ee0d80538

View file

@ -11,4 +11,4 @@ podman build -t koji.test -f Dockerfile .
popd popd
run_test "pytest -v --cov-report=term --cov=osbuild test/unit/" run_test "pytest -v --cov-report=term --cov=osbuild test/unit/"
run_test "pylint test/**/*.py" run_test "pylint plugins/**/*.py test/**/*.py"