1 2 3 4 5 6 7 8 9 10
#[cfg(test)] mod tests { #![allow(unused_imports)] use super::*; #[test] fn test_dummy() { assert_eq!(42, 42); } }