New signup fixture

This commit is contained in:
Aarni Halinen
2019-11-10 20:11:08 +02:00
parent a9d6bf50d6
commit 8c4f6e886c
4 changed files with 40 additions and 39 deletions
+1 -4
View File
@@ -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):