On 05/02/2025 16.59, Daniel P. Berrangé wrote:
The 'qemu_bin' field is currently set on the class, despite being
accessed as if it were an object instance field with 'self.qemu_bin'.
This is no obvious need to have it as a class field, so move it into
the object instance.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
docs/devel/testing/functional.rst | 2 +-
tests/functional/qemu_test/testcase.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>