Skip to content

Commit

Permalink
Make test purpose wording clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsa34 authored Dec 1, 2024
1 parent c7189fd commit 781797c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/feature/test_outline.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ def _(site):

def test_variable_reuse(pytester):
"""
Test same example parameter name used for step args between calls
doesn't redefine example arg value.
Test example parameter name and step arg do not redefine each other's value
if the same name is used for both in different steps.
"""

pytester.makefile(
Expand Down

0 comments on commit 781797c

Please sign in to comment.