joyce/test_joyce.py

5 lines
73 B
Python
Raw Permalink Normal View History

2018-04-19 23:45:43 +00:00
def func(x):
return x + 1
def test_answer():
assert func(3) == 5