add test for stepwise attribute error Refs: #5444

This commit is contained in:
Thomas Grainger 2019-06-13 12:38:33 +01:00
parent e3dcf1f39d
commit ad15efc7ea
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 1 additions and 1 deletions

View File

@ -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()