Exemplo n.º 1
0
 def test_submit_calculate_may_enroll(self):
     api_call = lambda: submit_calculate_may_enroll_csv(
         self.create_task_request(self.instructor),
         self.course.id,
         features=[]
     )
     self._test_resubmission(api_call)
Exemplo n.º 2
0
 def test_submit_calculate_may_enroll(self):
     api_call = lambda: submit_calculate_may_enroll_csv(
         self.create_task_request(self.instructor),
         self.course.id,
         features=[]
     )
     self._test_resubmission(api_call)