Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't call fixtures directly #491

Merged
merged 2 commits into from
Oct 10, 2019

Conversation

nigelmegitt
Copy link
Collaborator

Closes #490.

Calling fixtures directly is deprecated, this solution described at
https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly
seems to work, creating a named fixture rather than defining the "then"
step as a fixture directly.

Closes #490.

Calling fixtures directly is deprecated, this solution described at
https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly
seems to work, creating a named fixture rather than defining the "then"
step as a fixture directly.
Temporarily fixes #496, prior to addressing the problem properly anyway.
@nigelmegitt nigelmegitt merged commit fa4b6ac into release/2.1.2 Oct 10, 2019
@nigelmegitt nigelmegitt deleted the issue-490-dedup-bdd-test-failure branch October 10, 2019 08:27
@nigelmegitt nigelmegitt mentioned this pull request Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant