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

Handle missing "pass" event for subtests #188

Closed

Commits on Apr 1, 2021

  1. Handle missing "pass" event for subtests

    Sometimes no "pass" event is present for subtests in the JSON output,
    even though the output indicates the subtests passed (with "--- PASS:")
    and the parent test had a pass event. In these cases, gotestsum can
    output spurious failure messages for the subtests. Handle this by
    treating a pass event for a parent test as implying that the subtests
    also passed.
    aaronlehmann committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7c5903e View commit details
    Browse the repository at this point in the history