Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the silent reporter #2163

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Document the silent reporter #2163

merged 1 commit into from
Jan 10, 2024

Commits on Dec 27, 2023

  1. Document the silent reporter

    Towards #2162
    
    Unhide the silent reporter. This was originally introduced hidden
    because we expected it to only be useful for our own CI infrastructure,
    since a failure without any output cannot be investigated - it must be
    reproduced in a separate run to even find which test case failed.
    
    We now have an external request for failing without any output on stdio
    and there is no strong reason to keep the silent reporter hidden.
    
    Remove the support for hidden reporters entirely - it can easily be
    reintroduced if we have another reporter which isn't user facing.
    
    Expand the reporter description. Break a long description string into a
    adjacent literals to avoid lines over 80 columns.
    natebosch committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6ce64b6 View commit details
    Browse the repository at this point in the history