kiwi-el8/test/unit/boot/image
Marcus Schäfer f158e22ae3
Move SystemPrepare to context manager
Change the SystemPrepare class to context manager.
All code using SystemPrepare was updated to the following
with statement:

    with SystemPrepare(...) as system_prepare:
        system_prepare.some_member()

This completes the refactoring from finalizers to
context managers and Fixes #2412
2024-02-27 15:43:06 +01:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
builtin_kiwi_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
dracut_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00