MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / test_parse_from_args_err

Function test_parse_from_args_err

src/options.rs:172–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170
171 #[test]
172 fn test_parse_from_args_err() {
173 let options = Options::parse_from_args(&[
174 "-k".to_owned(),
175 "unknown".to_owned(),
176 "-b".to_owned(),
177 "-l".to_owned(),
178 "cc,tokio_util,indicatif".to_owned(),
179 ]);
180 assert!(options.is_err());
181 }
182}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected