intro2ai/p0_tutorial/test_cases/q1/addition2.test

8 lines
269 B
Plaintext
Raw Normal View History

2021-10-12 02:45:38 +02:00
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(2,3)"