chore: add pytest marks to model tests

ref: #807
This commit is contained in:
2025-06-09 09:15:45 +09:30
parent 48e20a366d
commit 14891990f8
3 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ class ConfigGroupHostModelInheritedCases(
@pytest.mark.module_config_management
@pytest.mark.configgrouphosts
class ConfigGroupHostModelPyTest(
ConfigGroupHostModelTestCases,
):

View File

@ -151,6 +151,7 @@ class ConfigGroupModelInheritedCases(
@pytest.mark.module_config_management
class ConfigGroupModelPyTest(
ConfigGroupModelTestCases,
):

View File

@ -145,6 +145,7 @@ class ConfigGroupSoftwareModelInheritedCases(
@pytest.mark.module_config_management
class ConfigGroupSoftwareModelPyTest(
ConfigGroupSoftwareModelTestCases,
):