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 c7189fd commit 781797cCopy full SHA for 781797c
tests/feature/test_outline.py
@@ -324,8 +324,8 @@ def _(site):
324
325
def test_variable_reuse(pytester):
326
"""
327
- Test same example parameter name used for step args between calls
328
- 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.
329
330
331
pytester.makefile(
0 commit comments