adding my colaboration for this callenge (#3781)

This commit is contained in:
CesarCueva 2021-10-07 00:58:19 -05:00 committed by GitHub
parent 235e04b73e
commit 1a9b299d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1988,6 +1988,7 @@ _**Unofficial** set of patterns for structuring projects._
* [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI. * [hoverfly](https://github.com/SpectoLabs/hoverfly) - HTTP(S) proxy for recording and simulating REST/SOAP APIs with extensible middleware and easy-to-use CLI.
* [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources. * [httpmock](https://github.com/jarcoal/httpmock) - Easy mocking of HTTP responses from external resources.
* [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces. * [minimock](https://github.com/gojuno/minimock) - Mock generator for Go interfaces.
* [mockery](https://github.com/vektra/mockery) - Tool to generate Go interfaces.
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter. * [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.
* [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java. * [mockit](https://github.com/pasdam/mockit) - Allows functions and method easy mocking, without defining new types; it's similar to Mockito for Java.
* [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package. * [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.