From ad7785bad1b790eb3dabf0f0409a3adee501edf9 Mon Sep 17 00:00:00 2001 From: awterman Date: Mon, 17 Jul 2023 21:29:31 +0800 Subject: [PATCH] Add monkey --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 690831d4..b7b62c62 100644 --- a/README.md +++ b/README.md @@ -2322,6 +2322,7 @@ _Libraries for testing codebases and generating test data._ - [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 - [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.