Test that "unconditional skip" is the default reason if none given
This commit is contained in:
parent
5ff9a0ff54
commit
fc0bd9412c
|
@ -432,7 +432,7 @@ class TestSkip:
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest('-rs')
|
result = testdir.runpytest('-rs')
|
||||||
result.stdout.fnmatch_lines([
|
result.stdout.fnmatch_lines([
|
||||||
"*Skipped instance*",
|
"*unconditional skip*",
|
||||||
"*1 skipped*",
|
"*1 skipped*",
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue