Enhancement: Soft assertions
Opened this issue · 0 comments
mcandre commented
Hi,
I'd like more documentation on soft assertions.
The API appears to support temporarily ignoring process exit codes from mage tasks, by implementing/wrapping tasks in a task type signature that elides the error
type.
If this is the case, would like to see example code snippets in the primary mage docs, to make this feature easier to find.