Skip to content

Result object should have .stdout and .stderr in addition to .output #371

@omribahumi

Description

@omribahumi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions