class
StepTestRunResult
cauldron.steptest.StepTestRunResult

This class contains information returned from running a step during testing.

Properties
prop
local
Type: 

SharedCache

Container object that holds all of the local variables that were defined within the run step

prop
success
Type: 

bool

Whether or not the step was successfully run. This value will be False if there as an uncaught exception during the execution of the step.

Methods
def
echo_error

Creates a string representation of the exception that cause the step to fail if an exception occurred. Otherwise, an empty string is returned.

info_outline
This function takes no arguments
Returns

str

The string representation of the exception that caused the running step to fail or a blank string if no exception occurred

Examples