add test for stepwise attribute error Refs: #5444
This commit is contained in:
parent
d2c1a04532
commit
0fc11b6f3c
|
@ -162,8 +162,8 @@ def test_stop_on_collection_errors(broken_testdir):
|
||||||
"-v",
|
"-v",
|
||||||
"--strict-markers",
|
"--strict-markers",
|
||||||
"--stepwise",
|
"--stepwise",
|
||||||
"working_testfile.py",
|
|
||||||
"broken_testfile.py",
|
"broken_testfile.py",
|
||||||
|
"working_testfile.py",
|
||||||
)
|
)
|
||||||
|
|
||||||
stdout = result.stdout.str()
|
stdout = result.stdout.str()
|
||||||
|
|
Loading…
Reference in New Issue