Testing stuff.

This commit is contained in:
Chris Berkhout 2018-05-27 17:08:15 +02:00
parent 664729f914
commit 79d38e9a1f
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.pytest_cache

View file

View file

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