Nick Coghlan added the comment:

Right, if you want independently addressable/runnable, then you're back to 
parameterised tests as discussed in issue7897.

What I like about Antoine's subtest idea is that I think it can be used to 
split the execution/reporting part of parameterised testing from the 
addressing/selection part.

That is, while *this* patch doesn't make subtests addressable, a future 
enhancement or third party test runner could likely do so. (It wouldn't work 
with arbitrary subtests, it would only be for data driven variants like those 
described in issue7897)

----------

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

Reply via email to