Hello,
We have some example cases on the assignment, but we dont want to grade them; we only want to grade hidden cases. But there is a default mark for test cases. How can we do that?
Best,
Hello,
We have some example cases on the assignment, but we dont want to grade them; we only want to grade hidden cases. But there is a default mark for test cases. How can we do that?
Best,
Bad output from grader:
Run result: Run error
Output:
Traceback (most recent call last):
File "__tester__.python3", line 190, in <module>
outcome = tester.test_code()
File "tester.py", line 287, in test_code
mark, comp_and_run_errors = self.compile_and_run()
File "tester.py", line 239, in compile_and_run
mark = self.result_table.get_mark() / max_mark # Fractional mark 0 - 1
ZeroDivisionError: float division by zero
. Your program execution may have aborted (e.g. a timeout or memory limit exceeded)