IliaLarchenko's picture
added pytest
0821ef0
raw
history blame
84 Bytes
# test
def func(x):
return x + 1
def test_answer():
assert func(3) == 4