Mmock
gotests
Our great sponsors
Mmock | gotests | |
---|---|---|
0 | 9 | |
641 | 4,580 | |
- | - | |
0.0 | 0.0 | |
26 days ago | about 1 month ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Mmock
We haven't tracked posts mentioning Mmock yet.
Tracking mentions began in Dec 2020.
gotests
-
[gopher.nvim] Plugin for golang development
What can do this plugin? - Modify struct tags. - Run go get, go mod & go generate commands inside of nvim. - Implement interface by impl. - Generate tests by gotests. - Install required tools for plugin working(by go install).
-
Take on a better unit test style
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.
-
Patterns for unit testing in Go?
I use https://github.com/cweill/gotests to generate the test scaffolding.
- Share your must-know Go development tips
- ¿Como estructurar tu aplicación en Go?
-
Learn Go in ~5mins
You can save yourself a minute and generate the test case boilerplate for your with https://github.com/cweill/gotests :)
What are some alternatives?
ginkgo - A Modern Testing Framework for Go
gomock - GoMock is a mocking framework for the Go programming language.
selenoid - Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
go-sqlmock - Sql mock driver for golang to test database interactions
go-fuzz - Randomized testing for Go
counterfeiter - A tool for generating self-contained, type-safe test doubles in go
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
monkey - Monkey patching in Go
mockhttp - Mock object for Go http.ResponseWriter
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library