<br><br><div class="gmail_quote">On Wed, Oct 31, 2012 at 12:25 PM, Kevin L. Mitchell <span dir="ltr"><<a href="mailto:kevin.mitchell@rackspace.com" target="_blank">kevin.mitchell@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, 2012-10-31 at 12:04 -0400, Sean Dague wrote:<br>
> So I guess the question back to the experts is, is there a path here<br>
> that makes this not add so much time to the test runs?<br>
<br>
</div>Yes, there is.  Stub out stevedore in the test suite.<br></blockquote><div><br></div><div>Right. </div><div><br></div><div>That could be done by having the Manager that is instantiating the stevedore class take an instance as an argument instead (meaning the tests could pass anything that looked like the stevedore class but was less expensive to create) or use stubout to monkey-patch it out dynamically.</div>
<div><br></div><div>Doug</div><div><br></div></div>