make a test fail

This commit is contained in:
Emmanuel Cazenave 2018-04-24 17:41:50 +02:00
parent 981a441c96
commit ffab1d3a1a
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
def test_true():
assert True
def test_fail():
assert False