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

Source from the content-addressed store, hash-verified

900
901 #[test]
902 fn test_diff_with_algorithm() {
903 let diff = Diff::new().with_algorithm("patience");
904 assert_eq!(diff.algorithm, "patience");
905 }
906
907 #[test]
908 fn test_diff_with_context() {

Callers

nothing calls this directly

Calls 1

with_algorithmMethod · 0.45

Tested by

no test coverage detected