test(core): Add Base Centurion model Functional Test Suite
ref: #773 #767
This commit is contained in:
@ -266,6 +266,15 @@ def pytest_generate_tests(metafunc):
|
||||
|
||||
|
||||
|
||||
@pytest.fixture( scope = 'function')
|
||||
def content_type():
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
||||
yield ContentType
|
||||
|
||||
|
||||
|
||||
@pytest.fixture( scope = 'class')
|
||||
def create_model(request, django_db_blocker):
|
||||
|
||||
|
Reference in New Issue
Block a user