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

Add gotestdox #1459

Closed
atc0005 opened this issue Mar 29, 2024 · 0 comments · Fixed by #1462
Closed

Add gotestdox #1459

atc0005 opened this issue Mar 29, 2024 · 0 comments · Fixed by #1462
Assignees
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Mar 29, 2024

Overview

gotestdox is a command-line tool for formatting Go test results as readable documentation, as recommended in my book The Power of Go: Tests.

Here's how to install it:

go install github.com/bitfield/gotestdox/cmd/gotestdox@latest

In any Go project, run:

gotestdox ./...

References

@atc0005 atc0005 self-assigned this Mar 29, 2024
@atc0005 atc0005 added this to the v0.20.0 milestone Mar 29, 2024
atc0005 added a commit that referenced this issue Mar 29, 2024
- add install steps for all combined image variants
- add fake import in tools.go for github.com/bitfield/gotestdox
- update README to list new bundled testing utility tool

refs GH-1459
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant