From ad15efc7ea3e2790b296853e69ea705491410e0e Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 13 Jun 2019 12:38:33 +0100 Subject: [PATCH] add test for stepwise attribute error Refs: #5444 --- testing/test_stepwise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_stepwise.py b/testing/test_stepwise.py index 2202bbf1b..d508f4a86 100644 --- a/testing/test_stepwise.py +++ b/testing/test_stepwise.py @@ -161,8 +161,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()