Skip to main content
Codex
View All
Search
Shelves
Books
Log in
Info
Content
Programming Languages
Go
Page Revisions
Revision #48 Changes
Go
Testing
gotestsum
- runs tests using go test --json, prints formatted test output, and a summary of the test run. It is designed to work well for both local development, and for automation like CI
Back to top