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

@@ -7,7 +7,7 @@ after deleting it creates same course again
from cms.djangoapps.contentstore.tests.utils import AjaxEnabledTestClient
from cms.djangoapps.contentstore.utils import delete_course, reverse_url
from common.djangoapps.student.models import CourseEnrollment
from lms.djangoapps.courseware.tests.factories import UserFactory
from common.djangoapps.student.tests.factories import UserFactory
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase