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

Function test_diff_get_format_name_only

atomic-cli/src/commands/diff/tests.rs:972–975  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

970
971 #[test]
972 fn test_diff_get_format_name_only() {
973 let diff = Diff::new().with_name_only(true);
974 assert_eq!(diff.get_format(), DiffFormat::NameOnly);
975 }
976
977 #[test]
978 fn test_diff_get_format_name_status() {

Callers

nothing calls this directly

Calls 1

with_name_onlyMethod · 0.80

Tested by

no test coverage detected