[issue7897] Support parametrized tests in unittest

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


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

The reporting piece, and ideally being able to use the arguments to unittest to run a single one of the parameterized tests.  (I can get the reporting piece now using the locals() hack, but that doesn't support test selection).  Does test selection support required load time parameterization?

----------

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


More information about the Python-bugs-list mailing list