timex
A test-friendly replacement for golang's time package [managed by soy-programador] (by cabify)
httpmock
HTTP mocking for Golang (by jarcoal)
timex | httpmock | |
---|---|---|
- | 6 | |
70 | 1,967 | |
- | 0.9% | |
1.8 | 5.3 | |
over 4 years ago | 4 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | 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.
timex
Posts with mentions or reviews of timex.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning timex yet.
Tracking mentions began in Dec 2020.
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 2024-09-11.
- Integration Tests in Go with Cucumber, Testcontainers, and HTTPMock
- Golang rest-api testing
- [Rant] Sa Isi Bage Microserviciile in C*R
-
Integration tests with Go and testcontainers
We will use httpmock for this purpose. Inside function setupSuite(), where we created useCase and provided nil as a billingClient now we will pass mocked http client:
-
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 timex and httpmock you can also consider the following projects:
monkey - Monkey patching in Go
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
go-sqlmock - Sql mock driver for golang to test database interactions
hoverfly - Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
go-txdb - Immutable transaction isolated sql driver for golang
httpexpect - End-to-end HTTP and REST API testing for Go.
counterfeiter - A tool for generating self-contained, type-safe test doubles in go
mockit - Library that make mocking of Go functions/methods easy
minimock - Powerful mock generation tool for Go programming language