pub async fn with_test_db_async<F, Fut>(test_fn: F)where F: FnOnce(TestContext) -> Fut, Fut: Future<Output = Result<()>>,
Helper for async tests with database