-
Notifications
You must be signed in to change notification settings - Fork 27
add an option to disable shortletter output #81
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
this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides my comments, could you please also add a CHANGELOG entry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, appreciate it! I will release it shortly.
https://pypi.org/project/pytest-subtests/0.10.0/ released, thanks! 🎉 |
Thanks @nicoddemus! |
This allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.
This recomputes the correct output for every test. I'm not sure if that's a significant performance impact (probably not), but if there's a better way to memoize it let me know and I'll be happy to change it.