[issue12600] Support parameterized TestCases in unittest

R. David Murray report at bugs.python.org
Sat Jul 23 06:03:01 CEST 2011


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

Yes, except that it would be:

   class PostgressDB2Testcase(AbstractDB2Testcase, unittest.TestCasse):

The fact that other test frameworks have found it worth implementing indicates there *might* be something worthwhile there, but unless someone makes the case, yes we should close this.

----------

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


More information about the Python-bugs-list mailing list