#[cfg(test)]
#[path = "tests/dispatch_contract_tests.rs"]
mod dispatch_contract_tests;
#[cfg(test)]
#[path = "tests/part1.rs"]
mod part1;
#[cfg(test)]
#[path = "tests/part2.rs"]
mod part2;
#[cfg(test)]
#[path = "tests/dynamic_changed_slot_tests.rs"]
mod dynamic_changed_slot_tests;