-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Terminal writing with a single test produces "collected 1 item s" #2654
Comments
It seems that the |
@nicoddemus i recall that we got a fix in for that recently, did it by chance happen on master in the release window |
I also tried on master (where I was poking with the code) |
#2571 was supposed to fix this, i suppose thats solution is incorrect after all |
i see now - #2579 records that the issue wasnt solved |
Ah cool, #2579 looks like an exact dupe, I'll follow that issue instead! |
I'm using
Terminal
in ubuntu 16.04The pytest versions are listed in the screenshot. My repository contains a single test.
I did some debugging work and it does seem it is placing the
\r
characters properly (to clear the line) but it doesn't seem to be clearing the entire contents (leaving artifacts from the previous writes).The text was updated successfully, but these errors were encountered: