(command: &str, enable_profiler: bool)
| 233 | } |
| 234 | |
| 235 | fn walltime_config(command: &str, enable_profiler: bool) -> ExecutorConfig { |
| 236 | ExecutorConfig { |
| 237 | command: command.to_string(), |
| 238 | enable_profiler, |
| 239 | ..ExecutorConfig::test() |
| 240 | } |
| 241 | } |
| 242 | |
| 243 | #[apply(test_cases)] |
| 244 | #[rstest::rstest] |
no outgoing calls
no test coverage detected