parent
3e1d1d2a4c
commit
f94fad2097
|
@ -116,7 +116,7 @@ def test_string_steps_dont_take_precedence(pytester):
|
||||||
|
|
||||||
|
|
||||||
def test_same_name_for_step_arg_and_example_parameter(pytester):
|
def test_same_name_for_step_arg_and_example_parameter(pytester):
|
||||||
"""Test that using the same name for step arg and example parameter as intended."""
|
"""Test that using the same name for step arg and example parameter works as intended."""
|
||||||
pytester.makefile(
|
pytester.makefile(
|
||||||
".feature",
|
".feature",
|
||||||
step_args_examples_params=textwrap.dedent(
|
step_args_examples_params=textwrap.dedent(
|
||||||
|
|
Loading…
Reference in New Issue