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

Function test_algorithm_builder

atomic-core/src/record/workflow/options.rs:418–421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416
417 #[test]
418 fn test_algorithm_builder() {
419 let opts = WorkflowOptions::new().with_algorithm(Algorithm::Patience);
420 assert_eq!(opts.algorithm(), Algorithm::Patience);
421 }
422
423 #[test]
424 fn test_check_mtime_builder() {

Callers

nothing calls this directly

Calls 1

with_algorithmMethod · 0.45

Tested by

no test coverage detected