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

Function test_get_tracking_options_default

atomic-cli/src/commands/add.rs:648–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646
647 #[test]
648 fn test_get_tracking_options_default() {
649 let add = Add::new();
650 let options = add.get_tracking_options();
651 assert!(options.recursive);
652 assert!(!options.force);
653 assert!(!options.dry_run);
654 }
655
656 #[test]
657 fn test_get_tracking_options_non_recursive() {

Callers

nothing calls this directly

Calls 1

get_tracking_optionsMethod · 0.80

Tested by

no test coverage detected