launch_testing.actions.test module
Module for the GTest action.
- class launch_testing.actions.test.Test(*args: Any, **kwargs: Any)
Bases:
ExecuteProcess
Action that runs a test.
- execute(context: launch.LaunchContext) List[launch.action.Action] | None
Execute the action.
Delegated to
launch.actions.ExecuteProcess.execute()
.
- property timeout
Getter for timeout.