()
| 71 | |
| 72 | #[test] |
| 73 | fn help_mentions_list_command() { |
| 74 | let err = build_cli() |
| 75 | .try_get_matches_from(["benchmark_runner", "--help"]) |
| 76 | .unwrap_err(); |
| 77 | let help = err.to_string(); |
| 78 | |
| 79 | assert!(help.contains("list")); |
| 80 | } |
| 81 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…