def _pass_entrance_exam(self):
     """ Helper function to pass the entrance exam """
     request = get_request_for_user(self.user)
     answer_entrance_exam_problem(self.course, request, self.problem_1)
Beispiel #2
0
 def _pass_entrance_exam(self):
     """ Helper function to pass the entrance exam """
     request = get_mock_request(self.user)
     answer_entrance_exam_problem(self.course, request, self.problem_1)