Top 3 Go go-test Projects
-
Did you encounter gotests when you were doing your research? It's a table test generation tool that generates test code using t.Run(). I do wish it could generate tests using testify, because I frequently end up rewriting the code in the inner loop, but I still use it because it's better than I am about ensuring there's a test for all functions I write.
-
gotestsum
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Closest I know of: https://github.com/gotestyourself/gotestsum
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
gotest.tools
A collection of packages to augment the go testing package and support common patterns.
Project mention: Avoiding Changing Package Interfaces for Tests in Go | reddit.com/r/golang | 2022-05-01I've written a bit about both of these approaches in the gotest.tools wiki.
Go go-test related posts
Index
What are some of the best open-source go-test projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | gotests | 3,958 |
2 | gotestsum | 952 |
3 | gotest.tools | 306 |
Are you hiring? Post a new remote job listing for free.