kiwi-el8/test/unit/storage/subformat
Marcus Schäfer 4fc0d2147d
Move DiskFormat to context manager
Change the DiskFormat Factory to be a context manager.
All code using DiskFormat was updated to the following
with statement:

    with DiskFormat(...).new as disk_format:
        disk_format.some_member()

This is related to Issue #2412
2024-02-29 16:42:49 +01:00
..
template Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
gce_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
ova_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
qcow2_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vagrant_base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vagrant_libvirt_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vagrant_virtualbox_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vdi_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vhd_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vhdfixed_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vhdx_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
vmdk_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00