Files
bonob/tests/test_one.py
2019-09-11 20:43:59 +10:00

11 lines
126 B
Python

#from context import bonob
# content of test_sample.py
def f(x):
return x + 1
def test_answer():
assert f(4) == 5