(command: &str)
| 166 | } |
| 167 | |
| 168 | fn valgrind_config(command: &str) -> ExecutorConfig { |
| 169 | ExecutorConfig { |
| 170 | command: command.to_string(), |
| 171 | ..ExecutorConfig::test() |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | #[apply(test_cases)] |
| 176 | #[test_log::test(tokio::test)] |
no outgoing calls
no test coverage detected