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 serhiy.storchaka
Recipients ezio.melotti, martin.panter, michael.foord, pitrou, r.david.murray, rbcollins, serhiy.storchaka, zach.ware
Date 2021-09-05.17:56:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630864607.72.0.641841986069.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 am not sure about backporting this change. On one hand, it fixes an old flaw in the unittest output. On other hand, the change affects not only subtests and can confuse programs which parse the unittest output because the test descriptions can occur multiple times.
History
Date User Action Args
2021-09-05 17:56:47serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, rbcollins, ezio.melotti, r.david.murray, michael.foord, martin.panter, zach.ware
2021-09-05 17:56:47serhiy.storchakasetmessageid: <1630864607.72.0.641841986069.issue25894@roundup.psfhosted.org>
2021-09-05 17:56:47serhiy.storchakalinkissue25894 messages
2021-09-05 17:56:47serhiy.storchakacreate