This commit is contained in:
ket 2025-10-17 08:21:57 -05:00 committed by GitHub
parent d34ea3ebb4
commit db737855da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.