kiwi-el8/test/unit/tasks
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
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Added --loglevel option 2022-11-08 15:06:50 +01:00
image_info_test.py Support TOML markup 2023-09-13 12:07:24 +02:00
image_resize_test.py Move LoopDevice class to context manager 2024-01-11 19:18:01 +01:00
result_bundle_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
result_list_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
system_build_test.py Fixed unit tests for parallel invokation 2023-12-17 16:12:42 +01:00
system_create_test.py Fixed wrong test assertions 2023-01-17 16:30:09 +01:00
system_prepare_test.py Fixed unit tests for parallel invokation 2023-12-17 16:12:42 +01:00
system_update_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00