We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a499e commit 4e02248Copy full SHA for 4e02248
testing/test_stepwise.py
@@ -159,8 +159,8 @@ def test_change_testfile(stepwise_testdir):
159
160
@pytest.mark.parametrize("broken_first", [True, False])
161
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."""
+ """Stop during collection errors. Broken test first or broken test last
+ actually surfaced a bug (#5444), so we test both situations."""
164
files = ["working_testfile.py", "broken_testfile.py"]
165
if broken_first:
166
files.reverse()
0 commit comments