minimock
Powerful mock generation tool for Go programming language (by gojuno)
httpmock
HTTP mocking for Golang (by jarcoal)
Our great sponsors
minimock | httpmock | |
---|---|---|
1 | 2 | |
455 | 1,415 | |
0.9% | - | |
2.2 | 6.2 | |
9 months ago | about 2 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.
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
httpmock
Posts with mentions or reviews of httpmock.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-15.
-
Best practices around mocking interfaces from external packages
Alternatively, you could use an http mock library like https://github.com/jarcoal/httpmock, and override the urls the RealClient calls with a mock response in your tests.
-
best way to mock/unit test http.Client?
To mock an API: https://github.com/jarcoal/httpmock to use when your code calls external APIs so you don't want your tests call the real API. No need to create an interface as you do.
What are some alternatives?
When comparing minimock and httpmock you can also consider the following projects:
gomock - GoMock is a mocking framework for the Go programming language.
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
hoverfly - Lightweight service virtualization/API simulation tool for developers and testers
mockery - A mock code autogenerator for Golang
go-sqlmock - Sql mock driver for golang to test database interactions
mockit - Library that make mocking of Go functions/methods easy
httpexpect - End-to-end HTTP and REST API testing for Go.
timex - A test-friendly replacement for golang's time package
monkey - Monkey patching in Go
webmock - Webmock for Golang, to stub requests.