kiwi-el8/test/unit/container
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
..
setup Stop copying /dev files statically into the OCI container 2022-10-22 08:09:46 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
appx_test.py Fixed handling of container archive compression 2022-12-13 23:13:08 +01:00
init_test.py Refactor container factory classes 2020-12-15 20:19:10 +01:00
oci_test.py Move OCI to context manager 2024-02-13 22:35:52 +01:00