test(core): Add Functional model Test Suite for CenturionAuditModel
ref: #773 #515
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user