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 lukasz.langa
Recipients ezio.melotti, lukasz.langa, martin.panter, michael.foord, pitrou, r.david.murray, rbcollins, serhiy.storchaka, zach.ware
Date 2021-09-10.16:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631289639.89.0.217811593923.issue25894@roundup.psfhosted.org>
In-reply-to
Content
> Any suggestions for the format of output? Currently PR 28082 formats lines for subtest skipping, failure or error with a 2-space identation. Lines for skipping, failure or error in tearDown() or functions registered with addCallback() do not differ from a line skipping, failure or error in the test method itself.

I'm fine with that. Ultimately I don't think differentiating subtest status from method status is that important.

> I am not sure about backporting this change.

Since we're too late for 3.10.0 and it isn't a trivially small change that changes test output, I think we shouldn't be backporting it. There are tools that parse this output in editors. I'm afraid that it's too risky since we haven't given the community enough time to test for output difference.

I'm marking this as resolved. Thanks for your patch, Serhiy! If you feel strongly about backporting, we'd have to reopen and mark this as release blocker.
History
Date User Action Args
2021-09-10 16:00:40lukasz.langasetrecipients: + lukasz.langa, pitrou, rbcollins, ezio.melotti, r.david.murray, michael.foord, martin.panter, zach.ware, serhiy.storchaka
2021-09-10 16:00:39lukasz.langasetmessageid: <1631289639.89.0.217811593923.issue25894@roundup.psfhosted.org>
2021-09-10 16:00:39lukasz.langalinkissue25894 messages
2021-09-10 16:00:39lukasz.langacreate