()
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected