mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
![]() The decorators that use a lambda function are currently broken and do not properly skip the test if the condition is not met. Using "return skipUnless(lambda: ...)" does not work as expected. To fix it, rewrite the decorators without lambda, it's simpler that way anyway. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20250122134315.1448794-3-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
archive.py | ||
asset.py | ||
cmd.py | ||
config.py | ||
decorators.py | ||
linuxkernel.py | ||
ports.py | ||
tesseract.py | ||
testcase.py | ||
tuxruntest.py | ||
uncompress.py | ||
utils.py |