mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() The main() method in the QemuBaseTest class has no parameters but is defined as a regular method. Currently, this does not cause any issues because in the functional tests main() is always called directly from QemuBaseTest (never from instances), but the way this method is defined makes its signature wrong, implying a 'self'. Hence, it's best practice to define such a method as a static method, so decorate it with @staticmethod. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Message-ID: <20250819143916.4138035-4-gustavo.romero@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> |
2 weeks ago | |
---|---|---|
.. | ||
__init__.py | 3 months ago | |
archive.py | 9 months ago | |
asset.py | 6 months ago | |
cmd.py | 9 months ago | |
config.py | 6 months ago | |
decorators.py | 3 months ago | |
linuxkernel.py | 6 months ago | |
ports.py | 2 weeks ago | |
tesseract.py | 9 months ago | |
testcase.py | 2 weeks ago | |
tuxruntest.py | 5 months ago | |
uncompress.py | 5 months ago | |
utils.py | 9 months ago |