pricehist/pricedbget/test/test_app.py
2018-08-25 17:11:55 +02:00

5 lines
74 B
Python

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