pub async fn list_tests<C>(db: &C) -> impl Future<Output = Result<(), Error>>where
    C: AsyncConnection,