moving milestones check to access.py and upgrading milestones version
This commit is contained in:
@@ -119,7 +119,7 @@ class TestCourseListing(ModuleStoreTestCase, MilestonesTestCaseMixin):
|
||||
self.assertEqual(len(courses_list), 1, courses_list)
|
||||
self.assertEqual(courses_list[0].course_id, good_location)
|
||||
|
||||
@mock.patch.dict("django.conf.settings.FEATURES", {'ENABLE_PREREQUISITE_COURSES': True, 'MILESTONES_APP': True})
|
||||
@mock.patch.dict("django.conf.settings.FEATURES", {'ENABLE_PREREQUISITE_COURSES': True})
|
||||
def test_course_listing_has_pre_requisite_courses(self):
|
||||
"""
|
||||
Creates four courses. Enroll test user in all courses
|
||||
|
||||
Reference in New Issue
Block a user