1 2 3 4 5 6
#[cfg(test)] pub mod runner; #[cfg(test)] mod test_application; #[cfg(test)] pub use test_application::*;