コード例 #1
0
 def test_submit_course_survey_report(self):
     api_call = lambda: submit_course_survey_report(
         self.create_task_request(self.instructor), self.course.id)
     self._test_resubmission(api_call)
コード例 #2
0
ファイル: test_api.py プロジェクト: TeachAtTUM/edx-platform
 def test_submit_course_survey_report(self):
     api_call = lambda: submit_course_survey_report(
         self.create_task_request(self.instructor), self.course.id
     )
     self._test_resubmission(api_call)