kiwi-el8/test/unit/bootloader
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
..
config Move Disk to context manager 2024-01-31 15:04:10 +01:00
install Make sure btrfs root volume is used when needed 2023-07-27 16:18:48 +02:00
template Drop support for syslinux/isolinux 2024-01-26 21:25:37 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00