From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, "Daniel P. Berrangé" <berrange@redhat.com>
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH 0/6] tests/functional: Fix various problems reported by pylint
Date: Wed, 15 Oct 2025 11:54:48 +0200 [thread overview]
Message-ID: <20251015095454.1575318-1-thuth@redhat.com> (raw)
Using pylint to improve the code quality in the tests/functional/qemu_test
a little bit, for example:
- put the doc strings in the right locations (after the "def" line, not
in front of it)
- use the right indentation everywhere (4 spaces)
- use isinstance() instead of checking via type()
- use lazy logging strings
Thomas Huth (6):
tests/functional: Fix problems in asset.py reported by pylint
tests/functional: Fix problems in decorators.py reported by pylint
tests/functional: Fix problems in linuxkerenl.py reported by pylint
tests/functional: Fix problems in testcase.py reported by pylint
tests/functional: Fix problems in uncompress.py reported by pylint
tests/functional: Fix problems in utils.py reported by pylint
tests/functional/qemu_test/asset.py | 24 ++-
tests/functional/qemu_test/decorators.py | 176 ++++++++-------
tests/functional/qemu_test/linuxkernel.py | 10 +-
tests/functional/qemu_test/testcase.py | 251 +++++++++++-----------
tests/functional/qemu_test/uncompress.py | 40 ++--
tests/functional/qemu_test/utils.py | 22 +-
6 files changed, 262 insertions(+), 261 deletions(-)
--
2.51.0
next reply other threads:[~2025-10-15 9:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 9:54 Thomas Huth [this message]
2025-10-15 9:54 ` [PATCH 1/6] tests/functional: Fix problems in asset.py reported by pylint Thomas Huth
2025-10-15 9:54 ` [PATCH 2/6] tests/functional: Fix problems in decorators.py " Thomas Huth
2025-10-22 19:15 ` Philippe Mathieu-Daudé
2025-10-15 9:54 ` [PATCH 3/6] tests/functional: Fix problems in linuxkerenl.py " Thomas Huth
2025-10-22 19:14 ` Philippe Mathieu-Daudé
2025-10-23 6:46 ` Thomas Huth
2025-10-23 15:13 ` John Snow
2025-10-15 9:54 ` [PATCH 4/6] tests/functional: Fix problems in testcase.py " Thomas Huth
2025-10-22 19:10 ` Philippe Mathieu-Daudé
2025-10-23 4:57 ` Thomas Huth
2025-10-15 9:54 ` [PATCH 5/6] tests/functional: Fix problems in uncompress.py " Thomas Huth
2025-10-22 19:07 ` Philippe Mathieu-Daudé
2025-10-15 9:54 ` [PATCH 6/6] tests/functional: Fix problems in utils.py " Thomas Huth
2025-10-22 19:07 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251015095454.1575318-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).