python-dependency-injector/tests/test_sample.py

7 lines
75 B
Python
Raw Normal View History

2015-01-05 15:10:36 +00:00
def func(x):
return x + 1
def test_answer():
assert func(3) == 5