kiwi-el8/test/unit/builder
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
archive_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
container_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
disk_test.py Move DiskFormat to context manager 2024-02-29 16:42:49 +01:00
filesystem_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
install_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
kis_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
live_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00