From e89e26425493f7db3adc56fd8edffbd3635626b8 Mon Sep 17 00:00:00 2001 From: Daniil Literate Date: Sun, 12 Sep 2021 14:22:46 +0300 Subject: [PATCH] Add genmock (mocking with code generator) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f49b86b9..293740cc 100644 --- a/README.md +++ b/README.md @@ -1969,6 +1969,7 @@ _**Unofficial** set of patterns for structuring projects._ * Mock * [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects. + * [genmock](https://gitlab.com/so_literate/genmock) - Go mocking system with code generator for building calls of the interface methods. * [go-localstack](https://github.com/elgohr/go-localstack) - Tool for using localstack in AWS testing. * [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions. * [go-txdb](https://github.com/DATA-DOG/go-txdb) - Single transaction based database driver mainly for testing purposes.