Skip to content

Commit

Permalink
add test for stepwise attribute error Refs: pytest-dev#5444
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and nicoddemus committed Jun 16, 2019
1 parent d2c1a04 commit 0fc11b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_stepwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0fc11b6

Please sign in to comment.