with_postgres_ready

Function with_postgres_ready 

Source
pub fn with_postgres_ready<T, Fut>(f: T)
where T: FnOnce(String) -> Fut + UnwindSafe, Fut: Future<Output = ()> + Send + 'static,
Expand description

Run a test with a postgres container. The test will be passed a postgres connection url.