From db737855dacedfefae10cf59c49c494fe9dda80c Mon Sep 17 00:00:00 2001 From: ket <108958751+notHyotic@users.noreply.github.com> Date: Fri, 17 Oct 2025 08:21:57 -0500 Subject: [PATCH] add moxie (#5672) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c0380cf..8e5fdefd 100644 --- a/README.md +++ b/README.md @@ -2529,6 +2529,7 @@ _Libraries for testing codebases and generating test data._ - [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. - [mooncake](https://github.com/GuilhermeCaruso/mooncake) - A simple way to generate mocks for multiple purposes. - [moq](https://github.com/matryer/moq) - Utility that generates a struct from any interface. The struct can be used in test code as a mock of the interface. +- [moxie](https://lesiw.io/moxie) - Generate mock methods on embedded structs. - [pgxmock](https://github.com/pashagolub/pgxmock) - A mock library implementing [pgx - PostgreSQL Driver and Toolkit](https://github.com/jackc/pgx/). - [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.