Integration testing Phoenix/umbrella app

When you say:

What Mix ENV do these tests run in? I ask because right now when MIX_ENV = test my code is hard-coded to always use the Mox implementation. I guess I could add something aking to the marco specified in Need naming help for macro that allows for a function to be evaluated at compile time or runtime but I’d rather keep things simple if possible (we don’t do any integration testing right now but I’d like to add some).