mockit
httpmock
Our great sponsors
mockit | httpmock | |
---|---|---|
1 | 2 | |
9 | 1,428 | |
- | - | |
4.9 | 6.1 | |
7 days ago | 2 months ago | |
Go | Go | |
GNU General Public License v3.0 only | MIT License |
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.
mockit
-
Unit Testing in Golang
A different approach to mocking in Go https://github.com/pasdam/mockit that is more similar to JavaScript and Mockito (Java).
httpmock
-
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?
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
hoverfly - Lightweight service virtualization/API simulation tool for developers and testers
gomock - GoMock is a mocking framework for the Go programming language.
httpexpect - End-to-end HTTP and REST API testing for Go.
monkey - Monkey patching in Go
timex - A test-friendly replacement for golang's time package
minimock - Powerful mock generation tool for Go programming language
webmock - Webmock for Golang, to stub requests.
go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests
go-txdb - Immutable transaction isolated sql driver for golang
Mmock - Mmock is an HTTP mocking application for testing and fast prototyping
go-localstack - Go Wrapper for using localstack