run-tests: also lint the plugins
Use pylint also for the plugins not only the tests.
This commit is contained in:
parent
a0c562e5c6
commit
1ee0d80538
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue