the tests... this is for some unit tests where I could not fully
On Sep 9, 2:17 pm, Sam Berlin <
sber...@gmail.com> wrote:
> You can indirectly test modules by using integration tests where you create
> an Injector using your modules and ensure that pieces of the program work.
> As far as testing any logic in the modules... there ideally would be no
> logic in the modules, just bindings. Logic should be separated into
> different modules that are installed in different circumstances.
>
> Sam
>
> On Wed, Sep 9, 2009 at 5:08 PM, Pablo Fernandez