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
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to