limbo/tests/integration/mod.rs
sonhmai faab51ac35 remove flaky pragma cli tests.
Tests for similar behavior already covered in TCL and Rust connection api tests. So flaky problem in these is not worth exploring. We just removed them.
2025-02-10 16:01:29 +07:00

5 lines
68 B
Rust

mod common;
mod functions;
mod fuzz;
mod query_processing;
mod wal;