Documentation
¶
Overview ¶
Package test implements the caesium test command for dry-run DAG validation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "test",
Short: "Dry-run validation of job definitions",
Long: "Validates YAML schemas, analyses the DAG topology, optionally checks local Docker image availability, and can execute harness scenarios.",
RunE: runTest,
}
Cmd is the top-level test command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.