public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Silence some pylint warnings in tests/functional/qemu_test/
@ 2026-03-24 16:35 Thomas Huth
  2026-03-24 16:35 ` [PATCH 1/4] tests/functional/qemu_test: Silence warnings from pylint in tesseract.py Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Huth @ 2026-03-24 16:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, Philippe Mathieu-Daudé, Thomas Huth

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-25 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 16:35 [PATCH 0/4] Silence some pylint warnings in tests/functional/qemu_test/ Thomas Huth
2026-03-24 16:35 ` [PATCH 1/4] tests/functional/qemu_test: Silence warnings from pylint in tesseract.py Thomas Huth
2026-03-25 10:01   ` Philippe Mathieu-Daudé
2026-03-24 16:35 ` [PATCH 2/4] tests/functional/qemu_test: Silence (most) warnings from pylint in asset.py Thomas Huth
2026-03-24 16:35 ` [PATCH 3/4] tests/functional/qemu_test: Split huge fetch() function " Thomas Huth
2026-03-25 10:04   ` Philippe Mathieu-Daudé
2026-03-24 16:35 ` [PATCH 4/4] tests/functional/qemu_test: Silence warnings from pylint in config.py Thomas Huth
2026-03-25 10:05   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox