[issue7897] Support parametrized tests in unittest

R. David Murray report at bugs.python.org
Wed Jul 20 16:03:22 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Brian, if you don't have time to work on it in the next little while, maybe you could post your partial patch in case someone else wants to work on it?  Might be a good project for someone on the mentoring list.

Unless someone sees a clever way to implement both with the same mechanism, parameterizing test cases should probably be a separate issue.  Doing it via subclassing is straightforward, which also argues for a separate issue, since an 'is this worth it' discussion should be done separately for that feature.

----------

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


More information about the Python-bugs-list mailing list