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

Function test_diff_get_format_stat

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

Source from the content-addressed store, hash-verified

964
965 #[test]
966 fn test_diff_get_format_stat() {
967 let diff = Diff::new().with_stat(true);
968 assert_eq!(diff.get_format(), DiffFormat::Stat);
969 }
970
971 #[test]
972 fn test_diff_get_format_name_only() {

Callers

nothing calls this directly

Calls 1

with_statMethod · 0.80

Tested by

no test coverage detected