mockhttp
counterfeiter
Our great sponsors
mockhttp | counterfeiter | |
---|---|---|
0 | 12 | |
22 | 866 | |
- | - | |
0.0 | 0.0 | |
almost 9 years ago | 19 days ago | |
Go | Go | |
MIT License | 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.
mockhttp
We haven't tracked posts mentioning mockhttp yet.
Tracking mentions began in Dec 2020.
counterfeiter
-
Mocking database calls without a library?
then just replace whole function, don't generate manually the mock '__') or it would get out of hand fast, you can just use codegen that static typed like https://github.com/maxbrunsfeld/counterfeiter
-
Libraries you use most of your projects?
https://github.com/maxbrunsfeld/counterfeiter - generate static typed test double (can be used to mock or stub calls)
I prefer https://github.com/maxbrunsfeld/counterfeiter
-
How do you write/generate mocks for testing?
counterfeiter is another tool, it creates mocks, stubs and spies; here is a short blog I wrote covering it.
- What's the best approach for mocking a function /method?
-
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.
-
Flexible mocking for testing in Go (without using a framework)
Correct link is https://github.com/maxbrunsfeld/counterfeiter for those interested
What are some alternatives?
gomock - GoMock is a mocking framework for the Go programming language.
mockery - A mock code autogenerator for Go
go-txdb - Immutable transaction isolated sql driver for golang
Mmock - Mmock is an HTTP mocking application for testing and fast prototyping
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
prettybenchcmp - cmd tool for automatic storage and comparison of benchmarks results
go-localstack - Go Wrapper for using localstack
go-sqlmock - Sql mock driver for golang to test database interactions
minimock - Powerful mock generation tool for Go programming language
timex - A test-friendly replacement for golang's time package