pub async fn setup_app_with_network(
    apps_data: Vec<(&str, InstalledCellsWithProofs)>,
    dnas: Vec<DnaFile>,
    network: KitsuneP2pConfig
) -> (TempDir, RealAppInterfaceApi, ConductorHandle)
Expand description

Setup an app with a custom network config for testing apps_data is a vec of app nicknames with vecs of their cell data.