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

internal/utesting: implement TAP output #21760

Merged
merged 5 commits into from
Nov 4, 2020

Commits on Oct 28, 2020

  1. internal/utesting: print RUN lines and indent output

    This mirrors the behfavior of go test, and is supposed to make it easier
    to see which test the output belongs to.
    fjl committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    7615ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78092a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643f0cc View commit details
    Browse the repository at this point in the history
  4. cmd/devp2p: enable TAP output from test suites

    Also reduces duplication among the different test commands
    since they all basically work the same way.
    fjl committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    61cbf7f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. internal/utesting: remove TAP version line

    We don't use YAML output, which is the main feature of TAP version 13.
    Best not to clutter the output with those lines.
    fjl committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    153371e View commit details
    Browse the repository at this point in the history