Files
pytest2/changelog/2571.trivial
Alex Hartoto 97fdc9a7fe Ensure final collected line doesn't include artifacts
We sometimes would see the following line:
collected 1 item s

just because previous write to the terminal includes number of
characters greater than 'collected 1 item'.
2017-07-13 12:11:20 -07:00

2 lines
73 B
Plaintext

Ensure final collected line doesn't include artifacts of previous write.