Added Python API and renamed rest_api folder
[MICROBA-281]
This commit is contained in:
@@ -389,7 +389,7 @@ class StudentDashboardTests(SharedModuleStoreTestCase, MilestonesTestCaseMixin,
|
||||
response = self.client.get(self.path)
|
||||
self.assertNotContains(response, '<li class="course-item">')
|
||||
|
||||
@patch('entitlements.api.v1.views.get_course_runs_for_course')
|
||||
@patch('entitlements.rest_api.v1.views.get_course_runs_for_course')
|
||||
@patch.object(CourseOverview, 'get_from_id')
|
||||
def test_sessions_for_entitlement_course_runs(self, mock_course_overview, mock_course_runs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user