One can't use the App type when .with_stargate(StargateAccepting) is set, which is annoying.
It would be great if cw-multi-test could provide
pub type AppAccepting<ExecC = Empty, QueryC = Empty> = cw_multi_test::App<
BankKeeper,
MockApi,
MockStorage,
FailingModule<ExecC, QueryC, Empty>,
WasmKeeper<ExecC, QueryC>,
StakeKeeper,
DistributionKeeper,
IbcFailingModule,
GovFailingModule,
StargateAccepting,
>;
as described in #88.
Or any other solution.