adding test sample

This commit is contained in:
Roman Mogilatov 2015-01-05 17:10:36 +02:00
parent 18d6abdb09
commit 5bc4a7eb55

6
tests/test_sample.py Normal file
View File

@ -0,0 +1,6 @@
def func(x):
return x + 1
def test_answer():
assert func(3) == 5