-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Parametrized argument named similarly to fixture (contains it) breaks that fixture's parametrization #736
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
Labels
Comments
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 8, 2015
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 8, 2015
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 8, 2015
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 8, 2015
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 10, 2015
untitaker
added a commit
to untitaker/pytest
that referenced
this issue
Aug 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Originally reported by: Jacobo Giralt (BitBucket: jgiralt, GitHub: jgiralt)
The issue seems reproducible as long as the parametrized test argument contains the fixture name as a substring, e.g. foobar, barfoo, foox, xfoo, disappears as soon as I modify the fixture name to anything else.
This same code works in pytest-2.6.4 and fails for 2.7.
The text was updated successfully, but these errors were encountered: