Fix TestBooleanCondition.test_xfail
This commit is contained in:
parent
aed06d0386
commit
3e07127666
|
@ -1293,8 +1293,7 @@ class TestBooleanCondition:
|
||||||
result = pytester.runpytest("-rxs")
|
result = pytester.runpytest("-rxs")
|
||||||
result.stdout.fnmatch_lines(
|
result.stdout.fnmatch_lines(
|
||||||
"""
|
"""
|
||||||
*XFAIL*
|
*XFAIL*True123*
|
||||||
*True123*
|
|
||||||
*1 xfail*
|
*1 xfail*
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue