rock-core / tools-syskit

Rock's model-based component management layer
1 stars 14 forks source link

fix: propagate example from tasks arguments to actions #438

Closed jhonasiv closed 1 month ago

jhonasiv commented 1 month ago

Depends on:

Propagate task argument examples to actions argument examples so they can be used by unit tests (see related PR). Also add a unit test verifying that we can indeed deploy a toplevel action that depend on a sub action, and a sub action together in unit tests, which is desired when we want to test an action interface.