kiwi-el8/test/unit/boot
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
..
image Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00