1 2 3 4 5 6 7 8 9
// Main test module pub mod common; pub mod integration; pub mod unit; #[cfg(test)] mod tests { // Import unit tests }