-
assert squares(1) = [1]
-
### BEGIN HIDDEN TESTS
-
assert squares(2) = [1, 4]
-
### END HIDDEN TESTS
will be generated/released as:
-
assert squares(1) = [1]
Once the grader receives the student's submission and initiates the auto-grader service, all tests from the original source files are used to assert and grade the answers, including those originally hidden from the student.
Comments
0 comments
Please sign in to leave a comment.