On 04/11/2025 16.02, Philippe Mathieu-Daudé wrote:
On 3/11/25 20:24, Thomas Huth wrote:
From: Thomas Huth <[email protected]>

Drop unused imports, annotate imports that are not at the top, but done
on purpose in other locations, use f-strings where it makes sense, etc.

Signed-off-by: Thomas Huth <[email protected]>
---
  tests/functional/mips64el/test_malta.py  | 15 ++++++++-------
  tests/functional/mips64el/test_replay.py |  4 ++--
  2 files changed, 10 insertions(+), 9 deletions(-)


-    def test_mips64el_malta_5KEc_cpio(self):
+    def test_mips64el_malta_5kec_cpio(self):

I don't see how helpful this warning is... Can't we disable it too?

It's the preferred Python coding style:

 https://peps.python.org/pep-0008/#function-and-variable-names

Question is whether we want to follow/enforce it in QEMU or not?

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

 Thanks,
  Thomas


Reply via email to