buzzfeed / caliendo

caliendo
MIT License
16 stars 5 forks source link

Add support for lazy-loaded, and inherited methods #65

Open akellehe opened 10 years ago

akellehe commented 10 years ago

If a method isn't defined on a class directly it can't be stubbed out. Add support for this by wrapping getattr on the parent class (or with some other mechanism)