(command: &str)
| 414 | } |
| 415 | |
| 416 | fn memory_config(command: &str) -> ExecutorConfig { |
| 417 | ExecutorConfig { |
| 418 | command: command.to_string(), |
| 419 | ..ExecutorConfig::test() |
| 420 | } |
| 421 | } |
| 422 | |
| 423 | #[apply(test_cases)] |
| 424 | #[test_log::test(tokio::test)] |
no outgoing calls
no test coverage detected