chore: correct pytest model marks

ref: #813
This commit is contained in:
2025-06-10 14:01:32 +09:30
parent a241ba61b0
commit f44fb28b8d
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ from core.tests.unit.centurion_abstract.test_unit_centurion_abstract_model impor
@pytest.mark.model_knowledge_base
@pytest.mark.model_knowledgebase
class KnowledgeBaseModelTestCases(
CenturionAbstractModelInheritedCases
):

View File

@ -9,7 +9,7 @@ from core.tests.unit.centurion_abstract.test_unit_centurion_abstract_model impor
@pytest.mark.model_knowledge_base_category
@pytest.mark.model_knowledgebasecategory
class KnowledgeBaseCategoryModelTestCases(
CenturionAbstractModelInheritedCases
):

View File

@ -8,7 +8,7 @@ from core.tests.unit.centurion_abstract.test_unit_centurion_abstract_model impor
@pytest.mark.model_checkins
@pytest.mark.model_checkin
class CheckInModelTestCases(
CenturionAbstractModelInheritedCases
):