Top 3 Go go-testing 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.
-
Project mention: What's the best approach for mocking a function /method? | reddit.com/r/golang | 2022-05-22
If you want something quick, you can also try keploy. You can generate API-level tests along with mocks with it, so you won't have you mock your databases or dependencies manually.
-
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.
-
Project mention: testhelper v1.16.0 released with a new DiffVals func - like reflect.DeepEqual but with some useful extra features | reddit.com/r/golang | 2021-08-30
You can get the testhelper package with
Go go-testing related posts
Index
What are some of the best open-source go-testing projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | gotests | 3,958 |
2 | keploy | 587 |
3 | testhelper.mod | 2 |
Are you hiring? Post a new remote job listing for free.