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

Function test_status_with_path_string

atomic-cli/src/commands/status.rs:1296–1299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1294
1295 #[test]
1296 fn test_status_with_path_string() {
1297 let status = Status::new().with_path(String::from("src/commands/"));
1298 assert_eq!(status.path, Some("src/commands/".to_string()));
1299 }
1300
1301 #[test]
1302 fn test_status_with_path_str() {

Callers

nothing calls this directly

Calls 1

with_pathMethod · 0.45

Tested by

no test coverage detected