Example #1
0
 def test_submit_calculate_students_features(self):
     api_call = lambda: submit_calculate_students_features_csv(
         self.create_task_request(self.instructor),
         self.course.id,
         features=[]
     )
     self._test_resubmission(api_call)
Example #2
0
 def test_submit_calculate_students_features(self):
     api_call = lambda: submit_calculate_students_features_csv(
         self.create_task_request(self.instructor),
         self.course.id,
         features=[]
     )
     self._test_resubmission(api_call)