Print each test as it runs.
Section: Test Basics
Verbose tests
bash
bash
go test -v ./...Explanation
Print each test as it runs. Useful in Go CLI workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Test Basics