mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add xgo(a mocking library), remove awterman/monkey and pasdam/mockit (#5263)
Co-authored-by: huadong.xiao <huadong.xiao@shopee.com>
This commit is contained in:
parent
8fce499b73
commit
e3c909965a
@ -2391,10 +2391,9 @@ _Libraries for testing codebases and generating test data._
|
|||||||
- [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces.
|
- [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces.
|
||||||
- [mockery](https://github.com/vektra/mockery) - Tool to generate Go interfaces.
|
- [mockery](https://github.com/vektra/mockery) - Tool to generate Go interfaces.
|
||||||
- [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.
|
- [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.
|
||||||
- [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java.
|
- [mooncake](https://github.com/GuilhermeCaruso/mooncake) - A simple way to generate mocks for multiple purposes.
|
||||||
- [monkey](https://github.com/awterman/monkey) - One line to mock functions/methods/variables in place without dependency injection or code generation.
|
|
||||||
- [mooncake](https://github.com/GuilhermeCaruso/mooncake) - A simple way to generate mocks for multiple purposes
|
|
||||||
- [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.
|
- [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.
|
||||||
|
- [xgo](https://github.com/xhd2015/xgo) - A general pureposed function mocking library.
|
||||||
|
|
||||||
- Fuzzing and delta-debugging/reducing/shrinking.
|
- Fuzzing and delta-debugging/reducing/shrinking.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user