pub fn with_postgres_ready<T, Fut>(f: T)where T: FnOnce(String) -> Fut + UnwindSafe, Fut: Future<Output = ()> + Send + 'static,
Run a test with a postgres container. The test will be passed a postgres connection url.