[issue30997] TestCase.subTest and expectedFailure

Louie Lu report at bugs.python.org
Sun Jul 23 07:11:04 EDT 2017


Louie Lu added the comment:

So for example:


    for i in range(10):
        with self.subTest(i=i):
            DoSomething(i)

we have some platform specific in i=8, i=9, and you want to labeled as expectedFailure. Do I miss something?

----------
nosy: +louielu

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30997>
_______________________________________


More information about the Python-bugs-list mailing list