Message 153452 - Python tracker
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.