1 2 3 4 5 6 7 8 9 10 11
#[cfg(test)] #[path = "crud_tests.rs"] mod crud; #[cfg(test)] #[path = "fts_tests.rs"] mod fts; #[cfg(test)] #[path = "migration_tests.rs"] mod migration;