New signup fixture
This commit is contained in:
@@ -5,10 +5,7 @@ from rest_framework.test import APITestCase, force_authenticate
|
||||
|
||||
from webapp.models import TemplateQuestion
|
||||
from webapp.serializers import SavedQuestionsSerializer
|
||||
|
||||
ALL_QUESTION_TYPES = [
|
||||
|
||||
]
|
||||
from webapp.tests.signup_fixture import ALL_QUESTION_TYPES
|
||||
|
||||
|
||||
class TemplateQuestionCase(APITestCase):
|
||||
|
||||
Reference in New Issue
Block a user