on a sidenote, according to the tests one is supposed to just use the
name/description before the function in the result tuple

i.e. yield name, func, ... instead of yield partial_with_desc, ...

i suppose  setting a global from conftest could help if you just switch
cases after that

on pytest you could replace your decoration with a py.test.mark.forall
or something like that

Regards Ronny

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to