[TIP] new test parametrization / deprecating "yield"

Doug Philips dgou at mac.com
Fri May 15 10:21:39 PDT 2009


On or about Friday, May 15, 2009, at 05:31AM, Michael Foord indited:
>Douglas Philips wrote:
>item is the unbound method. getattr returns the bound method. I guess it 
>could call item(self, **args) but that code is actually unchanged from 
>the previous version...

Tsk, of course! Ah.
Actually calling item would be wrogn, not because it is unbound, but because it wouldn't be override-able in a subclass, n'est-ces pas?

-Doug




More information about the testing-in-python mailing list