parent
20424a9c76
commit
eac0345689
|
@ -162,7 +162,7 @@ class TestXFail:
|
||||||
def test_that():
|
def test_that():
|
||||||
assert 1
|
assert 1
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest(p, '-rX')
|
result = testdir.runpytest(p, '-rP')
|
||||||
result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
"*XPASS*test_that*",
|
"*XPASS*test_that*",
|
||||||
"*1 xpassed*"
|
"*1 xpassed*"
|
||||||
|
|
Loading…
Reference in New Issue