Skip to content

Commit 781797c

Browse files
authored
Make test purpose wording clearer
1 parent c7189fd commit 781797c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/feature/test_outline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ def _(site):
324324

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

331331
pytester.makefile(

0 commit comments

Comments
 (0)