fiableDB/test/test_save.py

8 lines
101 B
Python
Raw Normal View History

2022-11-09 16:49:31 +01:00
# content of test_sample.py
def inc(x):
return x + 1
def test_answer():
assert inc(3) == 5