Added test base and coverage report for codecov.
This commit is contained in:
5
torrentSearch/tests/test_sample.py
Normal file
5
torrentSearch/tests/test_sample.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def inc(x):
|
||||
return x + 1
|
||||
|
||||
def test_answer():
|
||||
assert inc(4) == 5
|
||||
Reference in New Issue
Block a user