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

    with OCI(...).new as oci:
        oci.some_member()

This is related to Issue #2412
2024-02-13 22:35:52 +01:00
..
root_import Move OCI to context manager 2024-02-13 22:35:52 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
identifier_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
kernel_test.py Increase scope of kernel lookup 2022-11-15 09:04:57 +01:00
mount_test.py Fix volume mount path and adapt unit tests 2022-06-15 15:37:53 +02:00
prepare_test.py Add support for creating delta containers 2023-03-16 17:06:15 +01:00
profile_test.py Fixed grub terminal setup 2024-01-08 18:02:27 +01:00
result_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
root_bind_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
root_init_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
setup_test.py Make sure selinux policy is effectively applied 2023-12-17 15:48:08 +01:00
shell_test.py Added new post disk sync script hook 2020-06-06 16:29:24 +02:00
size_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
uri_test.py make alias unique in any cases 2023-06-10 17:22:47 +03:00
users_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00