with_test_db_async

Function with_test_db_async 

Source
pub async fn with_test_db_async<F, Fut>(test_fn: F)
where F: FnOnce(TestContext) -> Fut, Fut: Future<Output = Result<()>>,
Expand description

Helper for async tests with database