You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a click application that sends execution information to stderr. The interesting output is on stdout, which I want to make assertions on.
Right now I have to use a regular expression to extract stdout from the Result.output property.
Is it possible to save them separately in addition to the aggregated value?
jwodder, adamtheturtle, floer32, olgabot, thecubic and 6 more