1 2 3 4 5 6 7 8
#[cfg(test)] mod account; #[cfg(test)] mod author; #[cfg(test)] mod books; #[cfg(test)] mod works;