refactor: Move UserFactory helper to common/

This commit is contained in:
stvn
2021-04-13 18:37:39 -07:00
parent 2fa36fb0cf
commit 8869a30bcd
17 changed files with 22 additions and 18 deletions

View File

@@ -25,8 +25,8 @@ from rest_framework.test import APITestCase
from common.djangoapps.student import auth
from common.djangoapps.student.models import CourseEnrollment
from common.djangoapps.student.tests.factories import UserFactory
from lms.djangoapps.courseware.access_response import MobileAvailabilityError, StartDateError, VisibilityError
from lms.djangoapps.courseware.tests.factories import UserFactory
from lms.djangoapps.mobile_api.models import IgnoreMobileAvailableFlagConfig
from lms.djangoapps.mobile_api.tests.test_milestones import MobileAPIMilestonesMixin
from lms.djangoapps.mobile_api.utils import API_V1