Esempio n. 1
0
 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)
Esempio n. 2
0
 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)