test framework and example test added
This commit is contained in:
7
app/test/test_example.py
Normal file
7
app/test/test_example.py
Normal file
@ -0,0 +1,7 @@
|
||||
# content of example.py
|
||||
def func(x):
|
||||
return x + 1
|
||||
|
||||
|
||||
def test_answer():
|
||||
assert func(3) == 5
|
Reference in New Issue
Block a user