pytest-dev / pytest-dev/pytest-bdd
AttributeErrror: '__HookRelay' object has no attribute 'pytest_bdd_before_scenario'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 251
- Avg merge
- 43m
- Merged PRs (30d)
- 2
Description
I am getting the error while running the pytest bdd scenario:
request = <FixtureRequest for >
@scenario(featrure_name='sample.feature', scenario_name ' sample', feature_base_dir='usr/local/bin/test', strict_gherkin=False)
def test-arguments_for_given_when_thens():
def _execute_scenario(feature, scenario, request, encoding):
"""Execute the scenario.
:param feature: Feature.
:param scenario: Scenario.
:param request: request.
:param encoding: Encoding.
"""
request.config.hook.pytest_bdd_before_scenario(
request=request,
feature=feature,
scenario=scenario,
)
E AttributeErrror: '__HookRelay' object has no attribute 'pytest_bdd_before_scenario'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at _execute_scenario, where request.config.hook.pytest_bdd_before_scenario is called, and reproduce the failure with the sample.feature scenario described in the traceback. Trace how the pytest hook relay is configured and verify that the scenario runs without the AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100