On 9 October 2014 13:49, Bernd Eckenfels <e...@zusammenkunft.net> wrote:

> Am Wed, 8 Oct 2014 19:53:20 -0700
> schrieb Kevin Burton <bur...@spinn3r.com>:
>
> > maybe one idea is to build a meta-module like foo-client-server-test
> > which as a dependency on foo-client and foo-server.  then they could
> > each test each other?  Seems a bit of a hack but it should work ..
>
> Yes, have an integration test module in your reactor which depends on
> both. Thats not a hack, is a good way to do that.


A circular dependency is normally a sign that you haven't got your
separations right.

In order to run your test you need to use both the server and client, that
sounds like a dependency to me!
And so you need a new module to express that dependency in.

Reply via email to