with_test_db

Function with_test_db 

Source
pub fn with_test_db<F>(test_fn: F)
where F: FnOnce(&TestContext) -> Result<()>,
Expand description

Helper for testing database operations