From 4e02248b84bdbb48af9c3fa5ba06b690ca6ae8e1 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 13 Jun 2019 23:10:13 -0300 Subject: [PATCH] Fix test docstring --- testing/test_stepwise.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_stepwise.py b/testing/test_stepwise.py index 3b799a830d0..b27dd02993e 100644 --- a/testing/test_stepwise.py +++ b/testing/test_stepwise.py @@ -159,8 +159,8 @@ def test_change_testfile(stepwise_testdir): @pytest.mark.parametrize("broken_first", [True, False]) def test_stop_on_collection_errors(broken_testdir, broken_first): - """Stop during collection errors. We have two possible messages depending on the order (#5444), - 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.""" files = ["working_testfile.py", "broken_testfile.py"] if broken_first: files.reverse()