Code review comment for lp:~free.ekanayaka/landscape-client/method-call-defer

Revision history for this message
Free Ekanayaka (free.ekanayaka) wrote :

Please note that this mechanism is mainly meant for unit-testing. In general our code will not really use this feature or rely on it, because we don't generally wait at all for remote calls that return deferreds. However when unit-testing it is often needed to wait for a remote call to complete, and this branch makes it easy.

« Back to merge proposal