Add github.com/cabify/timex to Testing/Mocks (#2901)

This commit is contained in:
Oleg Zaytsev 2020-01-15 05:12:37 +01:00 committed by Andy Pan
parent c092bc8433
commit 5ee118ae6d

View File

@ -1602,6 +1602,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [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.
* [mockhttp](https://github.com/tv42/mockhttp) - Mock object for Go http.ResponseWriter.
* [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package.
* Fuzzing and delta-debugging/reducing/shrinking.
* [go-fuzz](https://github.com/dvyukov/go-fuzz) - Randomized testing system.