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

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