launch_testing.actions.ready module

class launch_testing.actions.ready.ReadyToTest(*args: Any, **kwargs: Any)

Bases: Action

Action that signals to launch_test that it’s safe to start the tests.

execute(context: launch.launch_context.LaunchContext) List[launch.launch_description_entity.LaunchDescriptionEntity] | None

Execute the action.