Skip to content

Print failure details to STDOUT #11

@jasonkarns

Description

@jasonkarns

Assertions are expected to print failure messages when they fail. As such, STDERR is not the correct place for the expected failure messages to go. This leaves STDERR as the location for error messages from incorrect usage of the helper to go.

Prior art: diff: The diff itself goes to STDOUT (exit 1). When diff is invoked incorrectly, the error message goes to STDERR (exit 2).

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