kiwi-el8/test/unit/builder
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
archive_test.py Allow to create plain cpio archives 2023-05-04 12:43:48 +02:00
container_test.py Add ContainerImageBase abstract base class for OCI & Appx 2023-08-01 08:19:22 +02:00
disk_test.py Move Disk to context manager 2024-01-31 15:04:10 +01:00
filesystem_test.py Move FileSystem to context manager 2024-01-12 20:03:51 +01:00
init_test.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
install_test.py Add missing assert call to install_test 2024-01-29 14:08:13 +01:00
kis_test.py Add type hints to the Compress module 2023-08-01 08:19:21 +02:00
live_test.py Convert BootLoaderConfig to free function 2024-01-29 13:56:51 +01:00