feat: p0 and p1
This commit is contained in:
7
tutorial/test_cases/q1/addition1.test
Normal file
7
tutorial/test_cases/q1/addition1.test
Normal file
@ -0,0 +1,7 @@
|
||||
class: "EvalTest"
|
||||
success: "add(a,b) returns the sum of a and b"
|
||||
failure: "add(a,b) must return the sum of a and b"
|
||||
|
||||
# A python expression to be evaluated. This expression must return the
|
||||
# same result for the student and instructor's code.
|
||||
test: "addition.add(1,1)"
|
Reference in New Issue
Block a user