Skip to content

Commit

Permalink
Fix test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jun 16, 2019
1 parent 43a499e commit 4e02248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test_stepwise.py
Expand Up @@ -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()
Expand Down

0 comments on commit 4e02248

Please sign in to comment.