Function holochain::test_utils::setup_app_inner[][src]

pub async fn setup_app_inner(
    envs: TestEnvs,
    apps_data: Vec<(&str, InstalledCellsWithProofs)>,
    dnas: Vec<DnaFile>,
    network: Option<KitsuneP2pConfig>
) -> (TestEnvs, RealAppInterfaceApi, ConductorHandle)
Expand description

Setup an app with full configurability