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:734–737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

732
733 #[test]
734 fn test_diff_get_format_name_only() {
735 let diff = Diff::new().with_name_only(true);
736 assert_eq!(diff.get_format(), DiffFormat::NameOnly);
737 }
738
739 #[test]
740 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