-
-
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
AssertionError with wrong number of parametrize arguments #2383
Labels
good first issue
easy issue that is friendly to new contributor
topic: collection
related to the collection phase
topic: parametrize
related to @pytest.mark.parametrize
Comments
The-Compiler
added
topic: collection
related to the collection phase
good first issue
easy issue that is friendly to new contributor
topic: parametrize
related to @pytest.mark.parametrize
labels
Apr 27, 2017
👍 |
robin0371
added a commit
to robin0371/pytest
that referenced
this issue
Apr 29, 2017
…parametrize" func with wrong args and add test for this case.
The-Compiler
added a commit
that referenced
this issue
Apr 29, 2017
Issue #2383 - AssertionError with wrong number of parametrize arguments
Fixed in #2386 |
This was referenced May 22, 2017
This was referenced Mar 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
easy issue that is friendly to new contributor
topic: collection
related to the collection phase
topic: parametrize
related to @pytest.mark.parametrize
This:
gives us:
it'd be nice to show a proper error message instead.
The text was updated successfully, but these errors were encountered: