MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_invalid_slug_format

Function test_invalid_slug_format

atomic-cli/src/commands/project/show.rs:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149 #[test]
150 fn test_invalid_slug_format() {
151 // parse_project_path should fail for a slug without '/'
152 let result = parse_project_path("no-slash");
153 assert!(result.is_err());
154 }
155
156 #[test]
157 fn test_valid_slug_parsing() {

Callers

nothing calls this directly

Calls 1

parse_project_pathFunction · 0.85

Tested by

no test coverage detected