test(assistance): Model Functional Test Suite re-written to pytest for model KnowledgeBase

ref: #904 closes #900
This commit is contained in:
2025-07-29 14:37:32 +09:30
parent cc481f94e9
commit cf5b78b6b2
5 changed files with 31 additions and 14 deletions

View File

@ -16,17 +16,6 @@ class GitGroupModelTestCases(
):
@pytest.mark.skip( reason = 'test must be as part of serializer and viewset tests, not model' )
def test_model_create_has_history_entry(self, model_contenttype, created_model, model):
"""Model Created
Ensure that the model when created, added a `create` Audit History
entry.
"""
pass
def test_model_create_with_parent_sets_tenancy(self, created_model, model, model_kwargs):
"""Model Created