While we already check the target folders in the functional testing
framework with pylint, the folder with the core classes of the
functional testing framework is not clean for pylint yet.
Here are some patches to tackle the warnings in three of the files at
least.
Thomas Huth (4):
tests/functional/qemu_test: Silence warnings from pylint in
tesseract.py
tests/functional/qemu_test: Silence (most) warnings from pylint in
asset.py
tests/functional/qemu_test: Split huge fetch() function in asset.py
tests/functional/qemu_test: Silence warnings from pylint in config.py
tests/functional/qemu_test/asset.py | 94 ++++++++++++++++---------
tests/functional/qemu_test/config.py | 11 +--
tests/functional/qemu_test/tesseract.py | 11 ++-
3 files changed, 76 insertions(+), 40 deletions(-)
--
2.53.0