kiwi-el8/test/unit/system/root_import
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
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Add support for config-host-overlay.sh script 2023-03-16 17:14:13 +01:00
init_test.py Refactor RootImport 2020-11-02 16:51:56 +01:00
oci_test.py Move OCI to context manager 2024-02-13 22:35:52 +01:00