1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

Updatet test testfile to check failing and succeeding test

This commit is contained in:
topscoder
2021-07-15 20:58:22 +02:00
parent f9606c3b97
commit 19627d30d8

View File

@@ -2,6 +2,8 @@
def inc(x):
return x + 1
def test_answer():
def test_answer_fails():
assert inc(3) == 5
def test_answer_succeeds():
assert inc(3) == 4