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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user