Skip to content

Commit 4e02248

Browse files
committed
Fix test docstring
1 parent 43a499e commit 4e02248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_stepwise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def test_change_testfile(stepwise_testdir):
159159

160160
@pytest.mark.parametrize("broken_first", [True, False])
161161
def test_stop_on_collection_errors(broken_testdir, broken_first):
162-
"""Stop during collection errors. We have two possible messages depending on the order (#5444),
163-
so test both cases."""
162+
"""Stop during collection errors. Broken test first or broken test last
163+
actually surfaced a bug (#5444), so we test both situations."""
164164
files = ["working_testfile.py", "broken_testfile.py"]
165165
if broken_first:
166166
files.reverse()

0 commit comments

Comments
 (0)