[issue16997] subtests

Antoine Pitrou report at bugs.python.org
Sat Jan 19 21:09:36 CET 2013


Antoine Pitrou added the comment:

New patch attached:
- makes _SubTest a TestCase subclass
- clarifies test skipping for subtests (skipTest() only skips the subtest)
- makes expected failures work as expected by resorting to a thread-local storage hack

----------
Added file: http://bugs.python.org/file28783/subtests3.patch

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


More information about the Python-bugs-list mailing list