counterfeiter
A tool for generating self-contained, type-safe test doubles in go (by maxbrunsfeld)
minimock
Powerful mock generation tool for Go programming language (by gojuno)
Our great sponsors
counterfeiter | minimock | |
---|---|---|
5 | 1 | |
660 | 453 | |
- | 0.7% | |
5.5 | 2.8 | |
about 2 months ago | 8 months ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
counterfeiter
Posts with mentions or reviews of counterfeiter.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-18.
-
Best/Easiest Rest Framework
for dependency injection I suggest you use https://github.com/maxbrunsfeld/counterfeiter, but if you using really fast database (that can spawn fast using docker and has fast trx/sec) you can use it directly without dependency injection with https://github.com/ory/dockertest
-
Migrating from NodeJS/Typescript into Golang. Any advise for big web application?
Agree with u/mmknightx there is a tool that assist in creating fake or mock classes for your interfaces https://github.com/maxbrunsfeld/counterfeiter
-
How do you control behaviour in mocked interface ?
Another alternative to use would be counterfeiter, it generates a type from your interface that could be used as a mock, stub or spy. I wrote a short post covering that tool if you're interested.
- Slack notification Github action
-
Flexible mocking for testing in Go (without using a framework)
Correct link is https://github.com/maxbrunsfeld/counterfeiter for those interested
minimock
Posts with mentions or reviews of minimock.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-21.
-
How do you control behaviour in mocked interface ?
In our company projects we use https://github.com/gojuno/minimock for units
What are some alternatives?
When comparing counterfeiter and minimock you can also consider the following projects:
gomock - GoMock is a mocking framework for the Go programming language.
mockery - A mock code autogenerator for Golang
Mmock - Mmock is an HTTP mocking application for testing and fast prototyping
go-sqlmock - Sql mock driver for golang to test database interactions
prettybenchcmp - cmd tool for automatic storage and comparison of benchmarks results
realize - Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
go-localstack - Go Wrapper for using localstack
httpmock - HTTP mocking for Golang
gomate.io - Behavior-driven development tool for GoLang