kiwi-el8/test/unit/tasks
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
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
image_info_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
image_resize_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
result_bundle_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
result_list_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
system_build_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_create_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
system_prepare_test.py Catch error condition more specific 2024-02-28 10:31:38 +01:00
system_update_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00