From 5ee118ae6dbb5554b335aefbcbf969c5460bc73e Mon Sep 17 00:00:00 2001 From: Oleg Zaytsev Date: Wed, 15 Jan 2020 05:12:37 +0100 Subject: [PATCH] Add github.com/cabify/timex to Testing/Mocks (#2901) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edbced90..7e59e026 100644 --- a/README.md +++ b/README.md @@ -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.