-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
parametrize ignores marks if parameters are symbols #2176
Comments
marks applied to plain functions break apart, this is a known issue - the planned solution is #1921 |
Should we close this? Feels like a duplicate of the known situation about markings/parametrize. |
I lost track of the original issue |
IMO duplicates can be kept open until the issue is resolved (although it depends on how well your bug-tracker can handle duplicates). |
the github issue tracker is a bare minimum product ^^ |
#1921 fixed this - will be released on 3.1 or 4.1 |
@pytest.mark.parameterize does not evaluate marks if parameters are symbols.
Here's an example:
Missing from the above is "<Function 'test_symbug[alpha]'>"
This reproduces in a clean virtual environment with python 2.7.9 and pytest 3.0.5 installed.
Is this a known issue?
The text was updated successfully, but these errors were encountered: