Code review comment for lp:~salgado/lazr.restful/extension-interfaces

Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch is slow going but I have one suggestion. Can you test this assertion?

+ assert name in orig_iface, (
+ "Could not find interface where %s is defined" % name)

I don't see how it could be triggered. But maye the point is that it never is triggered?

« Back to merge proposal