PyLSPClient/tests/test_a.py
2018-11-11 16:46:42 -05:00

7 lines
102 B
Python

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