Mmock
monkey
DISCONTINUED
Our great sponsors
Mmock | monkey | |
---|---|---|
0 | 14 | |
641 | 2,370 | |
- | - | |
0.0 | 0.0 | |
30 days ago | almost 3 years ago | |
Go | Go | |
MIT License | GNU General Public License v3.0 or later |
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.
Mmock
We haven't tracked posts mentioning Mmock yet.
Tracking mentions began in Dec 2020.
monkey
- Many reasons to always read the LICENSE
-
Library for monkey-patching functions
This person did not read the license of the original library https://github.com/bouk/monkey/blob/master/LICENSE.md
-
Alternative for Monkey patching
I am a new gopher. I was looking into the Monkey Patching module and it is archived now. I was wondering if there is an alternative for that.
-
Why go plugin addresses do not load with go binary
Here is an example of this in Go - but as he says, don't actually do this. https://github.com/bouk/monkey
-
is there an easy (python like way) to do mocks?
I discovered this lib a few days ago. https://github.com/bouk/monkey it allows you to monkey patch entire functions, replacing them by whatever you want. Perfect for mocking. It's simple to use. The program is hard patching the code using assembly to replace the function address at runtime. You should not use this lib out of your tests since it's absolutely not safe. It's only compatible with linux and windows. But it works great!
- Monkey Patching in Go (2015)
- I do not give anyone permissions to use this tool for any purpose. Don’t use it. I’m not interested in changing this license. Please don’t ask.
-
Project includes a dependancy that has a license that forbids its use
From the explaining blog post [0]
> If you’re not interested in how it works and you just want to do monkey patching, then you can find the library here.
Also
> Wrapping it up in a nice library
> I took the above code and put it in an easy to use library. It supports 32 bit, reversing patches, and patching instance methods. I wrote a couple of examples and put those in the README.
Then in the README[1]:
> Make sure you read the notes at the bottom of the README if you intend to use this library.
Either the author is confused or has decided that he doesn't want to maintain an hack. Anyway license is pretty clear.
There was an HN thread[2] when it was released.
[0] https://bou.ke/blog/monkey-patching-in-go/
"This is as unsafe as it sounds and I don't recommend anyone do it outside of a testing environment."
[1]: https://github.com/bouk/monkey#i-thought-that-monkeypatching...
What are some alternatives?
gomock - GoMock is a mocking framework for the Go programming language.
gotests - Automatically generate Go test boilerplate from your source code.
counterfeiter - A tool for generating self-contained, type-safe test doubles in go
gock - HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
go-sqlmock - Sql mock driver for golang to test database interactions
go-txdb - Immutable transaction isolated sql driver for golang
rust-by-example - Learn Rust with examples (Live code editor included)
mockhttp - Mock object for Go http.ResponseWriter
timex - A test-friendly replacement for golang's time package
httpmock - HTTP mocking for Golang