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

format: handle 'testing: warning: no tests to run' event #185

Merged
merged 1 commit into from
Apr 17, 2021

Commits on Apr 17, 2021

  1. format: handle 'testing: warning: no tests to run' event

    An output event with this text is sent when 'go test' runs a package that has test files
    but no tests.
    
    Update two formts that were printing this message in a way that was confusing. Now the standard-quiet format
    properly matches 'go test' format, and the testname format omits the text. Since gotestsum includes a count
    of tests run in the summary line, this message doesn't seem like it provides much value.
    dnephin committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    68539ea View commit details
    Browse the repository at this point in the history