centralize Rust integration and regression tests

This commit is contained in:
sonhmai 2025-01-20 18:09:16 +07:00
parent c282b23e6b
commit a090fb927a
17 changed files with 737 additions and 724 deletions

4
tests/integration/mod.rs Normal file
View file

@ -0,0 +1,4 @@
mod common;
mod functions;
mod pragma;
mod query_processing;