use ${REPO_NAME_SNAKE}::add; #[test] fn test_add() { assert_eq!(add(2, 2), 4); }