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 p-ganssle
Recipients ezio.melotti, michael.foord, p-ganssle, rbcollins, remi.lapeyre
Date 2018-11-27.15:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543333300.55.0.788709270274.issue35327@psf.upfronthosting.co.za>
In-reply-to
Content
@Rémi Interesting. Your suggested output does look clearer than the existing one, but it still doesn't indicate that anything *passed*. I think I like the way pytest does it the best, but if we can't expose the subtests as separate tests, I'd probably want it to be more like this:

    test_something (test2.SomeTest) ... ok (3 subtests skipped)
    test_something [2] skipped 'Not supported'
    test_something [3] skipped 'Not supported'
    test_something [4] skipped 'Not supported'
History
Date User Action Args
2018-11-27 15:41:40p-gansslesetrecipients: + p-ganssle, rbcollins, ezio.melotti, michael.foord, remi.lapeyre
2018-11-27 15:41:40p-gansslesetmessageid: <1543333300.55.0.788709270274.issue35327@psf.upfronthosting.co.za>
2018-11-27 15:41:40p-gansslelinkissue35327 messages
2018-11-27 15:41:40p-gansslecreate