[py-dev] parametrized tests: need for easy combination?
holger krekel
holger at merlinux.eu
Wed Dec 2 23:36:03 CET 2009
Hi all,
Am considering combinations of test test generators currently.
Currently if a test like this:
def test_function(arg1, arg2):
...
has two test generators, one adding calls
with multiple values for 'arg1', another
for 'arg2' then the code for doing the
combinations must be contained in a single
test generator, written manually.
Now, before i start to think about a backward-compatible
way to make this more convenient and allow test generators
to orthogonally combine i'd like to know if anybody
else felt a similar need.
best,
holger
More information about the py-dev
mailing list