Metis/tests/test_eg.py
dongdonglin(林向东) ee5235c6fe feat(local): commit code
2018-10-12 17:14:54 +08:00

10 lines
105 B
Python

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