Often, I'd find useful if orchestra could report input arguments for a function when the :ret spec fails.
That is not just the report the :ret spec failure (a return value) but also the input (which obviously passed the :args spec) from which the return value was computed.
Is this something that you think could be useful for others too?
Is there a reasonable way to have it implemented as an optional/configurable behavior?
Often, I'd find useful if orchestra could report input arguments for a function when the
:retspec fails.That is not just the report the
:retspec failure (a return value) but also the input (which obviously passed the:argsspec) from which the return value was computed.Is this something that you think could be useful for others too?
Is there a reasonable way to have it implemented as an optional/configurable behavior?