add test for stepwise attribute error Refs: #5444

This commit is contained in:
Thomas Grainger 2019-06-13 12:38:33 +01:00 committed by Bruno Oliveira
parent d2c1a04532
commit 0fc11b6f3c
1 changed files with 1 additions and 1 deletions

View File

@ -162,8 +162,8 @@ def test_stop_on_collection_errors(broken_testdir):
"-v",
"--strict-markers",
"--stepwise",
"working_testfile.py",
"broken_testfile.py",
"working_testfile.py",
)
stdout = result.stdout.str()