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

Function test_status_with_path_str

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

Source from the content-addressed store, hash-verified

1300
1301 #[test]
1302 fn test_status_with_path_str() {
1303 let status = Status::new().with_path("src/commands/");
1304 assert_eq!(status.path, Some("src/commands/".to_string()));
1305 }
1306
1307 #[test]
1308 fn test_repository_status_filter_methods() {

Callers

nothing calls this directly

Calls 1

with_pathMethod · 0.45

Tested by

no test coverage detected