fiableDB/test/test_save.py
2022-11-09 16:49:31 +01:00

8 lines
101 B
Python

# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 5