kiwi-el8/test/unit/builder
Marcus Schäfer cdbe5060ca
Move LoopDevice class to context manager
Change the LoopDevice class to be a context manager.
All code using LoopDevice was updated to the following
with statement:

with LoopDevice(...) as loop_provider:
    loop_provider.some_member()

This is related to Issue #2412
2024-01-11 19:18:01 +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 LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
filesystem_test.py Move LoopDevice class to context manager 2024-01-11 19:18:01 +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 Fix double grub entries in hybrid ISO images 2023-08-09 16:07:34 +02:00
kis_test.py Add type hints to the Compress module 2023-08-01 08:19:21 +02:00
live_test.py Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00