-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Long filenames break the alignment of progress information #3374
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
Comments
@InDevRus I didn't quite get what the problem is; if you mean this line:
That's because it is too long so we have no choice but print the progress information after it. Btw you can set the |
@nicoddemus i believe we should spill the dots into the next line earlier and simply have a line of only the filename displayed |
There might be the case where the filename is just too large to show under the current terminal width, in that case I agree showing only the filename and any other dots + progress information starting in the next line. 👍 |
After pytest launch I got this:
Some lines here ignored indentation.
The text was updated successfully, but these errors were encountered: