Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunTaskExecSpecGenerationTests ¶
func RunTaskExecSpecGenerationTests( t *testing.T, taskCtx dukkha.TaskExecContext, tests []ExecSpecGenerationTestCase, )
Types ¶
type ExecSpecGenerationTestCase ¶
type ExecSpecGenerationTestCase struct {
Name string
Prepare func() error
Finalize func()
Options dukkha.TaskMatrixExecOptions
Task dukkha.Task
Expected []dukkha.TaskExecSpec
ExpectErr bool
}
Click to show internal directories.
Click to hide internal directories.