Fake
gotests
Our great sponsors
Fake | gotests | |
---|---|---|
0 | 9 | |
556 | 4,425 | |
- | - | |
4.8 | 0.0 | |
3 months 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.
Fake
We haven't tracked posts mentioning Fake 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.
go-sqlmock - Sql mock driver for golang to test database interactions
go-fuzz - Randomized testing for Go
selenoid - Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Tavor - A generic fuzzing and delta-debugging framework
Mmock - Mmock is an HTTP mocking application for testing and fast prototyping
go-txdb - Immutable transaction isolated sql driver for golang
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library
httpexpect - End-to-end HTTP and REST API testing for Go.
cdp - Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.