Skip to content

Test more executors in TestAskRunnerOverrideDefaults

What does this MR do?

Adds test coverage for more executors in RegisterCommand.askExecutorOptions.

Why was this MR needed?

The RegisterCommand.askExecutorOptions method was only being tested with the docker executor, leaving all the other executorFns untested.

What's the best way to test this MR?

Check the code coverage in RegisterCommand.askExecutorOptions before and after the MR.

What are the relevant issue numbers?

Part of #26642 (closed)

Merge request reports