Tiny example update for clarification
--HG-- branch : xfail-cause
This commit is contained in:
parent
309e3d38a0
commit
d08c4ce0ad
|
@ -27,4 +27,4 @@ def test_hello6():
|
||||||
@xfail(raises=IndexError)
|
@xfail(raises=IndexError)
|
||||||
def test_hello7()
|
def test_hello7()
|
||||||
x = []
|
x = []
|
||||||
assert x[1] == 1
|
x[1] = 1
|
||||||
|
|
Loading…
Reference in New Issue