396
397
attempt_data = self._run_function(lambda: global_space_copy[self._function](*self._list_args, **self._keyword_args))
398
399
case_dict['exception'] = AttemptError(sys.exc_info()).to_dict()
404
407
for test_part in self._parts:
405
408
result = test_part.run(solution_data, attempt_data)