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

Function test_parse_algorithm_myers

atomic-cli/src/commands/record/tests.rs:204–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202
203 #[test]
204 fn test_parse_algorithm_myers() {
205 let record = Record::new().with_algorithm("myers");
206 let result = record.parse_algorithm();
207 assert!(result.is_ok());
208 assert!(matches!(result.unwrap(), Algorithm::Myers));
209 }
210
211 #[test]
212 fn test_parse_algorithm_patience() {

Callers

nothing calls this directly

Calls 2

with_algorithmMethod · 0.45
parse_algorithmMethod · 0.45

Tested by

no test coverage detected