Merge pull request #21581 from edx/nedbat/fix-courseware-warning

Finally import courseware properly everywhere to get rid of a warning
This commit is contained in:
Ned Batchelder
2019-09-26 14:25:27 -04:00
committed by GitHub
226 changed files with 438 additions and 414 deletions

View File

@@ -6,7 +6,7 @@ from __future__ import absolute_import
from contentstore.tests.utils import AjaxEnabledTestClient
from contentstore.utils import delete_course, reverse_url
from courseware.tests.factories import UserFactory
from lms.djangoapps.courseware.tests.factories import UserFactory
from student.models import CourseEnrollment
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase