<div dir="ltr">definitely not all in the same package.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 11, 2014 at 11:29 AM, Matthew Williams <span dir="ltr"><<a href="mailto:matthew.williams@canonical.com" target="_blank">matthew.williams@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Folks,<div><br></div><div>There seems to be a general push in the direction of having more mocking in unit tests. Obviously this is generally a good thing but there is still value in having integration tests that test a number of packages together. That's the subject of this mail - I'd like to start discussing how we want to do this. Some ideas to get the ball rolling:</div><div><br></div><div>Having integration tests spread about the package and having environment variables that switch on/ off them being run</div><div><br></div><div>$ JUJU_INTEGRATION go test ./...</div><div><br></div><div>We could make use of build tags:</div><div><br></div><div>$ go test -tags integration ./...</div><div><br></div><div>We could put all the integration tests in a single package:</div><div><br></div><div>$ go test <a href="http://github.com/juju/juju/integrationtests/." target="_blank">github.com/juju/juju/integrationtests/.</a>..</div><div><br></div><div><br></div><div>Thoughts?</div><div><br></div><div>Matty</div></div>
<br>--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
<br></blockquote></div><br></div>