-
-
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
feat: add --fold-skipped=yes|no cli option #12567
Conversation
Please, let me know if you'd accept this change. If yes, I will include tests and documentation. |
Thanks @pbrezina! I think it is reasonable, @The-Compiler @bluetech @RonnyPfannschmidt any objections? |
Thank you. I added test, docs and changed option to --no-fold-skipped. |
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 @pbrezina!
LGTM, left a minor suggestion.
This controlls how the skipped tests are display in the short summary. - yes (default): keeps the current behavior that folds the skipped tests together - no: each skipped test is on its own line, display as any other status Resolves: pytest-dev#9876 Signed-off-by: Pavel Březina <pbrezina@redhat.com>
@RonnyPfannschmidt would you like to take another look before we squash/merge? |
Thanks @pbrezina! |
This controlls how the skipped tests are displayed in the short summary.
together
Resolves: #9876