We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while parametrizing i found that things break appart due to the markers coming from the parameterization are stored as markdecorator instead of marks
this is also the final line for me wrt trying to keep marks backward compatible ^^
i plan to break them now in terms of internals to we can get something usable
The text was updated successfully, but these errors were encountered:
this triggers #1540
Sorry, something went wrong.
this was in part resolved by introducing pytest.param
fixed in #3317
No branches or pull requests
while parametrizing i found that things break appart due to the markers coming from the parameterization are stored as markdecorator instead of marks
this is also the final line for me wrt trying to keep marks backward compatible ^^
i plan to break them now in terms of internals to we can get something usable
The text was updated successfully, but these errors were encountered: