You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitMate.io thinks possibly related issues are #815 (Combining multiple @pytest.mark.parametrize lines), #1111 (pytest.mark.parametrize fails with lambdas), #328 (@pytest.mark.parametrize not working with tuple as advertized in docs), #2404 (Class decorator marks multiple classes), and #213 (Issue with numpy arrays and pytest.mark.parametrize).
Combining multiple
mark.parametrize
is easy. Just goHowever, this fails if one of the two parametrizations covers more than one argument. This
fails with error
This is with
The text was updated successfully, but these errors were encountered: