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