mod tutorial; use tutorial::*; #[test] fn tutorial1() { step1("tutorial1"); } #[test] fn tutorial2() { step2("tutorial2"); }