add failing test
This commit is contained in:
parent
1181c26595
commit
fbe9e323ec
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
def test_true():
|
def test_true():
|
||||||
assert 1 + 1 == 2
|
assert 1 + 1 == 2
|
||||||
|
|
||||||
|
|
||||||
|
def test_not_true():
|
||||||
|
assert 1 + 1 == 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue