joyce/test_joyce.py
2018-04-19 19:45:43 -04:00

5 lines
73 B
Python

def func(x):
return x + 1
def test_answer():
assert func(3) == 5