[issue7897] Support parametrized tests in unittest

Michael Foord report at bugs.python.org
Thu Feb 16 02:40:56 CET 2012


Michael Foord <michael at voidspace.org.uk> added the comment:

FWIW I think nose2 is going to have "test load time" parameterized tests rather than "run time" parameterized tests, which is what I think we should do for unit test. The API should be as simple as possible for basic cases, but suitable for more complex cases too.

I quite liked Nicks idea of allowing a custom "case builder" but providing a sane default one.

----------

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


More information about the Python-bugs-list mailing list