mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
ddfe149304
commit
713dc45fb8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user