1 2 3 4 5 6 7 8 9 10 11 12
use super::*; #[test] fn creating_module_should_work() { } #[test] #[should_panic(expected = "")] fn creating_module_that_already_exists_should_error() { }