mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
adding test sample
This commit is contained in:
parent
18d6abdb09
commit
5bc4a7eb55
6
tests/test_sample.py
Normal file
6
tests/test_sample.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
def func(x):
|
||||||
|
return x + 1
|
||||||
|
|
||||||
|
|
||||||
|
def test_answer():
|
||||||
|
assert func(3) == 5
|
Loading…
Reference in New Issue
Block a user