Skip to content
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

Add --force-short-summary option and extend sequence printing with -vv #13061

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kenny-y-dev
Copy link
Contributor

Closes #12713.

The fix for issue #11777 removed any output shortening in the test summary output when -vv is used, leading to potentially long/redundant summary messages. The issue in #11777 is also now fully fixed, as series were still condensed in output even with full verbosity.

Since the removal of the summary shortening has been in place for a while, the addition of a new runtime option seemed to be the best way to address #12713 without changes to existing functionality. --force-short-summary was added to always show a shortened summary message regardless of the verbosity setting. Additionally, when using -vv, saferepr_unlimited is now called to fully resolve #11777.

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided (automation) changelog entry is part of PR
Projects
None yet
1 participant