Files
bonob/tests/test_one.py
2019-09-12 16:07:56 +10:00

9 lines
96 B
Python

from context import bonob
def f(x):
return x + 1
def test_answer():
assert f(4) == 5