Paul Ganssle <p.gans...@gmail.com> added the comment:

@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'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35327>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to