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 584b676 commit 9d99f0eCopy full SHA for 9d99f0e
src/pytest_bdd/scenario.py
@@ -216,7 +216,6 @@ def _execute_step_function(
216
request.config.hook.pytest_bdd_before_step(**kw)
217
218
try:
219
- # Use internal methods without passing redundant arguments
220
parsed_args = parse_step_arguments(step=step, context=context)
221
222
# Filter out the arguments that are not in the function signature
0 commit comments