Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: d72cc55a056a69cff5b44406abe458adb7f26377
https://github.com/Checkmk/checkmk/commit/d72cc55a056a69cff5b44406abe458adb…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
R tests/unit/cmk/conftest.py
M tests/unit/cmk/gui/openapi/test_openapi_host_config.py
M tests/unit/cmk/gui/plugins/wato/check_parameters/test_plugin_params_are_dicts.py
M tests/unit/cmk/gui/plugins/wato/check_parameters/test_plugin_vs_wato.py
M tests/unit/cmk/gui/watolib/test_host_attributes.py
M tests/unit/cmk/post_rename_site/test_load_plugins.py
Log Message:
-----------
Remove unneeded decorator
Some time ago the `import_plugins` decorator was added to fix
broken test cases called in isolation.
It looks like we have overcome the underlying issue in the meantime. All
decorated tests pass without the decorator, so we can remove it now.
Change-Id: Iaf1322281a01ec04df0bf9f8f67f3e80550fcf0a