-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Show additional info (crate and or duration) in test titles #218
Comments
Good point with the thin terminal. How difficult would it be to only show this extra information (crate + time) if the terminal is wide enough? That way you could temporarily full-screen the terminal and get more information. |
This wouldn't be terribly hard, I do this kind of auto-ellipsis all the time in eg broot. But this kind of collides wit the wrapping feature: what if people start to want the crate, duration even when it means the line is wrapped? |
I made it a separate issue because I'll try to merge the PR #212 so that I can more easily manage various small issues. |
I doubt that's the case, as at that point the rest of the issue description gets difficult enough to read that you probably don't want even more information. Unless you have really long module names/import paths, so perhaps having it configurable does make sense. |
Rationale for showing the crate given here by @DragonDev1906.
The duration would be only available when it can be parsed from the output (i.e. when the tests are done with nextest).
The reason I'm a little reluctant is I try to keep the display uncluterred for easier reading, and I try to make bacon usable in a thin terminal.
Opinions welcome.
The text was updated successfully, but these errors were encountered: