kiwi-el8/doc/source/contributing
Marcus Schäfer cdbe5060ca
Move LoopDevice class to context manager
Change the LoopDevice class to be a context manager.
All code using LoopDevice was updated to the following
with statement:

with LoopDevice(...) as loop_provider:
    loop_provider.some_member()

This is related to Issue #2412
2024-01-11 19:18:01 +01:00
..
kiwi_from_python.rst Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
kiwi_plugin_architecture.rst Update documentation in content and structure 2020-07-01 10:42:51 +02:00
schema_extensions.rst Update documentation in content and structure 2020-07-01 10:42:51 +02:00
scripts_testing.rst Switch to pytest_container instead of custom conftest 2021-11-24 15:44:29 +01:00