caliendo
caliendo copied to clipboard
Add support for lazy-loaded, and inherited methods
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)