MCPcopy Create free account
hub / github.com/daipendency/daipendency / test_parse_without_path

Function test_parse_without_path

src/cli/extract.rs:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66 #[test]
67 fn test_parse_without_path() {
68 let parser = make_extract_subcommand().to_options();
69
70 let result = parser.run_inner(&["extract"]);
71
72 assert!(result.is_err());
73 }
74}

Callers

nothing calls this directly

Calls 1

make_extract_subcommandFunction · 0.85

Tested by

no test coverage detected