Expand description
Task execution assertion utilities
Provides assertion helpers for testing task execution, completion, and failure scenarios.
Enums§
- Task
Status - Task status for assertion checks
Functions§
- assert_
task_ completed - Assert that a task completes successfully within the given timeout
- assert_
task_ failed - Assert that a task fails with expected status
- assert_
task_ status - Assert that a task is in specific status