1 2 3 4 5 6 7 8 9 10
#[cfg(test)] mod auth_tests; #[cfg(test)] mod checker_tests; #[cfg(test)] mod edit_tests; #[cfg(test)] mod input_tests; #[cfg(test)] mod picker_tests;