add test for stepwise attribute error Refs: #5444
This commit is contained in:
parent
e3dcf1f39d
commit
ad15efc7ea
|
@ -161,8 +161,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