Testing stuff.
This commit is contained in:
parent
664729f914
commit
79d38e9a1f
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.pytest_cache
|
0
pricedb_pull/test/__init__.py
Normal file
0
pricedb_pull/test/__init__.py
Normal file
5
pricedb_pull/test/test_app.py
Normal file
5
pricedb_pull/test/test_app.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
def func(x):
|
||||||
|
return x + 1
|
||||||
|
|
||||||
|
def test_answer():
|
||||||
|
assert func(4) == 5
|
Loading…
Add table
Reference in a new issue