Add template test
This commit is contained in:
parent
68e043a309
commit
0b55113b16
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
pytest===7.2.0
|
7
test/test_save.py
Normal file
7
test/test_save.py
Normal file
@ -0,0 +1,7 @@
|
||||
# content of test_sample.py
|
||||
def inc(x):
|
||||
return x + 1
|
||||
|
||||
|
||||
def test_answer():
|
||||
assert inc(3) == 5
|
Loading…
Reference in New Issue
Block a user