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

Function test_format_action_untrack

atomic-cli/src/commands/remove.rs:425–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423
424 #[test]
425 fn test_format_action_untrack() {
426 let cmd = Remove::new(vec!["file.txt".to_string()]).with_keep(true);
427 assert_eq!(cmd.format_action(), "Untracking");
428 }
429
430 #[test]
431 fn test_format_count_singular() {

Callers

nothing calls this directly

Calls 1

with_keepMethod · 0.45

Tested by

no test coverage detected