[Doc] Parametrize matrix order appers inverted in doc #3001
Comments
good find, due to how python decorators work, declaration order and application order are reversed and we should make a note of that |
Should be this one resolved? |
Yes, thanks for the ping! Fixed by #3043 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Doc] Parametrize matrix order appers inverted in doc
Hi there,
the page on the following url (and maybe other parts are affected too):
https://docs.pytest.org/en/latest/parametrize.html
says :
But the inner and outer cycles are in reverse order; the actual and expected result is:
Used:
Python 3.6.1
latest pytest
windows 7
BR,
George
The text was updated successfully, but these errors were encountered: