1 2 3 4 5 6
// Root test module file // This makes all test modules discoverable by cargo test pub mod integration; pub mod unit; pub mod user;