Skip to content

Commit

Permalink
add xgo(a mocking library), remove awterman/monkey and pasdam/mockit (a…
Browse files Browse the repository at this point in the history
…velino#5263)

Co-authored-by: huadong.xiao <huadong.xiao@shopee.com>
  • Loading branch information
xhd2015 and huadong.xiao authored Apr 2, 2024
1 parent 8fce499 commit e3c9099
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2391,10 +2391,9 @@ _Libraries for testing codebases and generating test data._
- [minimock](https://github.com/gojuno/minimock) - Mock generator for 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.
- [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java.
- [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
- [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.
- [xgo](https://github.com/xhd2015/xgo) - A general pureposed function mocking library.

- Fuzzing and delta-debugging/reducing/shrinking.

Expand Down

0 comments on commit e3c9099

Please sign in to comment.