1 2 3 4 5 6 7
#[cfg(test)] mod tests { #[path = "crud_tests.rs"] mod crud; #[path = "migration_tests.rs"] mod migration; }