kiwi-el8/test/unit/volume_manager
Marcus Schäfer a39a19b35f
Move VolumeManager to context manager
Change the VolumeManager Factory to be a context manager.
All code using VolumeManager was updated to the following
with statement:

    with VolumeManager(...).new as volume_manager:
        volume_manager.some_member()

This is related to Issue #2412
2024-02-21 09:40:47 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
btrfs_test.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
lvm_test.py Move VolumeManager to context manager 2024-02-21 09:40:47 +01:00