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 remi.lapeyre
Recipients ezio.melotti, michael.foord, p-ganssle, rbcollins, remi.lapeyre
Date 2018-11-27.15:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543333638.83.0.788709270274.issue35327@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a nice output, taking a quick look at unittest source, all the information needed to display this is save in the TestResult object, showing skipped tests is done here: https://github.com/python/cpython/blob/master/Lib/unittest/runner.py#L85

It seems to me that the change would not be very hard to add.
History
Date User Action Args
2018-11-27 15:47:18remi.lapeyresetrecipients: + remi.lapeyre, rbcollins, ezio.melotti, michael.foord, p-ganssle
2018-11-27 15:47:18remi.lapeyresetmessageid: <1543333638.83.0.788709270274.issue35327@psf.upfronthosting.co.za>
2018-11-27 15:47:18remi.lapeyrelinkissue35327 messages
2018-11-27 15:47:18remi.lapeyrecreate