Message416100
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. |
|
Date |
User |
Action |
Args |
2022-03-27 00:35:24 | ethan.furman | set | recipients:
+ ethan.furman, steven.daprano, serhiy.storchaka, itay.yeshaya |
2022-03-27 00:35:24 | ethan.furman | set | messageid: <1648341324.42.0.150695055643.issue47133@roundup.psfhosted.org> |
2022-03-27 00:35:24 | ethan.furman | link | issue47133 messages |
2022-03-27 00:35:24 | ethan.furman | create | |
|