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

Function test_diff_with_algorithm

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

Source from the content-addressed store, hash-verified

662
663 #[test]
664 fn test_diff_with_algorithm() {
665 let diff = Diff::new().with_algorithm("patience");
666 assert_eq!(diff.algorithm, "patience");
667 }
668
669 #[test]
670 fn test_diff_with_context() {

Callers

nothing calls this directly

Calls 1

with_algorithmMethod · 0.45

Tested by

no test coverage detected