Macro sqllogictest::harness

source ·
macro_rules! harness {
    ($db_fn:path, $pattern:expr) => { ... };
}
Expand description
  • db_fn: fn() -> sqllogictest::AsyncDB
  • pattern: The glob used to match against and select each file to be tested. It is relative to the root of the crate.