use rust_project_demo; mod common; #[test] fn it_work_another_integration_test() { common::common_integration_test(); println!("the another integration test ......."); }