test(core): Add Functional model Test Suite for CenturionAuditModel

ref: #773 #515
This commit is contained in:
2025-05-26 16:19:05 +09:30
parent a46187f36e
commit 2b6a15cf8f
4 changed files with 74 additions and 3 deletions

View File

@ -266,7 +266,7 @@ def pytest_generate_tests(metafunc):
@pytest.fixture( scope = 'function')
@pytest.fixture( scope = 'class')
def content_type():
from django.contrib.contenttypes.models import ContentType