Module mock_dispatch

Module mock_dispatch 

Source
Expand description

Mock dispatchers for testing job and workflow dispatch.

Provides mock implementations that record dispatched jobs and workflows for verification in tests.

Structsยง

DispatchedJob
Record of a dispatched job.
MockJobDispatch
Mock job dispatcher for testing.
MockWorkflowDispatch
Mock workflow dispatcher for testing.
StartedWorkflow
Record of a started workflow.