-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Only show args for pytest parameterized test #19479
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
Conversation
|
@parched Please file a bug for this, and link it with this change. We may have to wait for user feedback on this. /cc @luabud, @brettcannon |
|
@karthiknadig I found an existing issue for this instead #4769 |
|
@parched Can you rebase and address the tests issue? |
The rest of the name is redundant because it's nested under the un-parameterized test name.
|
I will merge this when the branch is ready. |
Great! What's needed to make the branch ready? |
|
There is some work on our end on |
…#19479) The rest of the name is redundant because it's nested under the un-parameterized test name.
The rest of the name is redundant because it's nested under the un-parameterized test name.
Before (I have to use 40% of my screen width to see the arguments):

After:

Closes #4769