/// Tests that the root can be initialized
#[tokio::test]
async fntest_initialize(){// TODO:
}/// Tests that the root can be initialized and will tolerate
/// the root database already existing
#[tokio::test]
async fntest_initialize_tolerate_existing_database(){// TODO:
}/// Tests that initialization can be detected
#[tokio::test]
async fntest_is_initialized(){// TODO:
}