[TIP] paramterized or generative tests [was nose2: the nosening]

Robert Collins robertc at robertcollins.net
Thu Aug 5 19:55:05 PDT 2010


On Fri, Aug 6, 2010 at 2:45 PM, Rob Guttman <robguttman at gmail.com> wrote:
> special to deal with them and I suspect unittest2 won't either.  That said,
> I would prefer not to do the heavy work of permuting tests on module import,
> so if there's a better way to do this, I would be interested in hearing
> about it.

testscenarios + the load_tests hook should let you do this outside of
module import.

Cheers,
Rob



More information about the testing-in-python mailing list