Adding moq to utilities (#5022)

Co-authored-by: adesai <adesai@cloudera.com>
Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
Amogh Desai 2024-05-31 15:15:57 +05:30 committed by GitHub
parent ddfe149304
commit 713dc45fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2407,6 +2407,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.
- [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.
- [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.