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