kiwi-el8/test
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
..
data Update unit test data to schema v8.0 2024-01-11 09:46:23 +01:00
scripts Add Leap 15.4, SLE 15 SP4 & CentOS Stream 9 to the scripts tests 2022-04-26 09:18:09 +02:00
unit Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00