qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/13] iotests: split linters.py out from 297


From: Hanna Reitz
Subject: Re: [PATCH 09/13] iotests: split linters.py out from 297
Date: Wed, 13 Oct 2021 13:50:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 04.10.21 23:04, John Snow wrote:
Now, 297 is just the iotests-specific incantations and linters.py is as
minimal as I can think to make it. The only remaining element in here
that ought to be configuration and not code is the list of skip files,

Yeah...

but they're still numerous enough that repeating them for mypy and
pylint configurations both would be ... a hassle.

I agree.

Signed-off-by: John Snow <jsnow@redhat.com>
---
  tests/qemu-iotests/297        | 72 +++---------------------------
  tests/qemu-iotests/linters.py | 83 +++++++++++++++++++++++++++++++++++
  2 files changed, 88 insertions(+), 67 deletions(-)
  create mode 100644 tests/qemu-iotests/linters.py

I’d like to give an A-b because now the statuscode-returning function is in a library.  But I already gave an A-b on the last patch precisely because of the interface, and I shouldn’t be so grumpy.

Reviewed-by: Hanna Reitz <hreitz@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]