Added Python API and renamed rest_api folder

[MICROBA-281]
This commit is contained in:
Albert (AJ) St. Aubin
2020-06-01 16:06:20 -04:00
parent cdc1c91980
commit e91c837173
15 changed files with 105 additions and 52 deletions

View File

@@ -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):
"""