This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients ethan.furman, itay.yeshaya, serhiy.storchaka, steven.daprano
Date 2022-03-27.00:35:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648341324.42.0.150695055643.issue47133@roundup.psfhosted.org>
In-reply-to
Content
I proposed a discussion to python-dev to increase the odds that folks with an interest could chime in.  Not everyone follows the new-bugs list.

I find having the output on two lines counter-intuitive -- I was expecting one line per test, and indeed my experience seemed to support that (out of hundreds of tests showing on one line, it's easy to miss that the rare verbose error is on two).  And I'm not the only one, since another developer also thought there was a problem and spent most of issue46126 "fixing" it.

Another reason for posting to python-dev is that issue 46126 had been active for three months and had a PR merged before another dev mentioned that verbose tests with docstrings just printed on two lines instead of one.

Thank you for pointing out the possible disruption caused by unittest output changes.
History
Date User Action Args
2022-03-27 00:35:24ethan.furmansetrecipients: + ethan.furman, steven.daprano, serhiy.storchaka, itay.yeshaya
2022-03-27 00:35:24ethan.furmansetmessageid: <1648341324.42.0.150695055643.issue47133@roundup.psfhosted.org>
2022-03-27 00:35:24ethan.furmanlinkissue47133 messages
2022-03-27 00:35:24ethan.furmancreate