Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_valid_slug_parsing
Function
test_valid_slug_parsing
atomic-cli/src/commands/project/show.rs:157–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
156
#[test]
157
fn test_valid_slug_parsing() {
158
let (ws, proj) = parse_project_path(
"my-ws/my-proj"
).unwrap();
159
assert_eq!(ws,
"my-ws"
);
160
assert_eq!(proj,
"my-proj"
);
161
}
162
}
Callers
nothing calls this directly
Calls
2
parse_project_path
Function · 0.85
unwrap
Method · 0.45
Tested by
no test coverage detected