pricehist/pricedb_pull/test/test_app.py
2018-05-27 17:26:10 +02:00

5 lines
74 B
Python

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