New submission from Ronald Oussoren:

It would be nice if there were a way to mark a TestCase.subTest as an expected 
failure.

I have a number of testcases that use the subTest feature and where a small 
subset of those tests are expected failures due to platform issues. It would be 
nice if it were possible to mark those tests as such. 

I'm currently using self.skipTest() to mark these subTests as special, but 
that's less than ideal.

----------
components: Library (Lib)
messages: 298895
nosy: ezio.melotti, michael.foord, rbcollins, ronaldoussoren
priority: low
severity: normal
status: open
title: TestCase.subTest and expectedFailure
type: enhancement
versions: Python 3.7

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

Reply via email to