1 2 3 4 5 6 7 8 9 10
#[cfg(test)] mod dispatch_contract_tests; #[cfg(test)] mod part1; #[cfg(test)] mod part2; #[cfg(test)] mod dynamic_changed_slot_tests;