kiwi-el8/test/unit/system
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
..
root_import Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
kernel_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
mount_test.py Move ImageSystem to context manager 2024-02-19 16:17:00 +01:00
prepare_test.py Move SystemPrepare to context manager 2024-02-27 15:43:06 +01:00
profile_test.py Refactor Command class 2024-02-19 16:33:24 +01:00
result_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
root_bind_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
root_init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
setup_test.py Move Repository to context manager 2024-02-22 16:17:28 +01:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
uri_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
users_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00