Added test base and coverage report for codecov.

This commit is contained in:
2017-11-19 00:26:51 +01:00
parent dd7885ad57
commit d12ef55ef8
6 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
def inc(x):
return x + 1
def test_answer():
assert inc(4) == 5