From 29e0fca0ffacefe192cf0e3e92feefaf44acb925 Mon Sep 17 00:00:00 2001 From: Caruso Date: Sat, 17 Sep 2022 00:04:20 -0300 Subject: [PATCH] adds mooncacke (#4409) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b20d15d7..121ee014 100644 --- a/README.md +++ b/README.md @@ -2278,6 +2278,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. + - [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. - Fuzzing and delta-debugging/reducing/shrinking.