1 2 3 4 5 6 7 8 9 10 11
#[path ="../src/utils.rs"] mod utils; use utils::*; #[test] fn group_repo() { assert_eq!( get_user_repo("git@github.com:HomyeeKing/gx.git"), "HomyeeKing/gx" ); }