test: integrate pylint into the test infrastructure

Introduce a third test-group called `src` alongside `mod` and `run.
This will contain tests that run against the source code of osbuild.

This initial commit introduces `test/src/test_pylint.py` which will run
the python linter against all our sources.
This commit is contained in:
David Rheinsberg 2020-05-06 11:52:54 +02:00
parent b830bb7480
commit 082b840d94
4 changed files with 44 additions and 11 deletions

0
test/src/__init__.py Normal file
View file