kiwi-el8/test/unit/bootloader/config
Marcus Schäfer 09e4758609
Move Disk to context manager
Change the Disk class to be a context manager.
All code using Disk was updated to the following
with statement:

    with Disk(...) as disk:
        disk.some_member()

This is related to Issue #2412
2024-01-31 15:04:10 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Convert BootLoaderConfigBase into an abstract base class 2024-01-29 14:07:41 +01:00
bootloader_spec_base_test.py Don't use kernel-install 2023-11-08 12:47:32 +01:00
grub2_test.py Convert BootLoaderConfigBase into an abstract base class 2024-01-29 14:07:41 +01:00
init_test.py Convert BootLoaderConfig to free function 2024-01-29 13:56:51 +01:00
systemd_boot_test.py Move Disk to context manager 2024-01-31 15:04:10 +01:00