This commit is contained in:
parent
46dcb254b4
commit
44a0c2788d
7
test_bad.py
Normal file
7
test_bad.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Adapted from the test_sample.py example in the pytest documentation
|
||||
|
||||
def inc(x):
|
||||
return x - 1
|
||||
|
||||
def test_answer():
|
||||
assert inc(3) == 4
|
Loading…
Reference in New Issue
Block a user