//use myest; mod common; #[test] fn it_add_two(){ common::setup(); common::fff(); assert_eq!(4, myest::add_two(2)); }