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

Function test_parse_from_str_err

src/options.rs:135–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134 #[test]
135 fn test_parse_from_str_err() {
136 let options = Options::parse_from_str("-k unknown -b -l cc,tokio_util,indicatif");
137 assert!(options.is_err());
138 }
139
140 #[test]
141 fn test_parse_from_args_blacklist_ok() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected