refactor: Move InstructorFactory helper to common/

This commit is contained in:
stvn
2021-04-13 18:54:54 -07:00
parent 8869a30bcd
commit 22fb1ec124
23 changed files with 37 additions and 36 deletions

View File

@@ -9,8 +9,8 @@ from rest_framework import status
from rest_framework.test import APITestCase
from common.djangoapps.student.tests.factories import GlobalStaffFactory
from common.djangoapps.student.tests.factories import InstructorFactory
from common.djangoapps.student.tests.factories import UserFactory
from lms.djangoapps.courseware.tests.factories import InstructorFactory
from xmodule.modulestore.django import modulestore
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
from xmodule.modulestore.tests.factories import CourseFactory