qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator


From: Thomas Huth
Subject: Re: [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator
Date: Mon, 12 Aug 2024 12:21:24 +0200
User-agent: Mozilla Thunderbird

On 06/08/2024 19.31, Cleber Rosa wrote:
Commit 9b45cc993 added many cases of skipUnless for the sake of
organizing flaky tests.  But, Python decorators *must* follow what

s/follow/directly precede/ ?

Apart from that:
Reviewed-by: Thomas Huth <thuth@redhat.com>

they decorate, so the newlines added should *not* exist there.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
---
  tests/avocado/boot_linux_console.py | 1 -
  tests/avocado/intel_iommu.py        | 1 -
  tests/avocado/linux_initrd.py       | 1 -
  tests/avocado/machine_aspeed.py     | 2 --
  tests/avocado/machine_mips_malta.py | 2 --
  tests/avocado/machine_rx_gdbsim.py  | 2 --
  tests/avocado/reverse_debugging.py  | 4 ----
  tests/avocado/smmu.py               | 1 -
  8 files changed, 14 deletions(-)




reply via email to

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