From eab2ad0739edf91a204cc5d11ea74a14e56f253c Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Sun, 1 May 2022 14:15:23 -0400 Subject: [PATCH] Update README links --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f815716c..a7abc332 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,12 @@ module paths pin to version `v2.3.0`. ## Related -* [gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum) - go test runner with custom output -* [maxbrunsfeld/counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - generate fakes for interfaces -* [jonboulle/clockwork](https://github.com/jonboulle/clockwork) - a fake clock for testing code that uses `time` +* [gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum) + - go test runner with custom output +* [go testing patterns](https://github.com/gotestyourself/gotest.tools/wiki/Go-Testing-Patterns) + - zero-depedency patterns for organizing test cases +* [double doubles and patching](https://github.com/gotestyourself/gotest.tools/wiki/Test-Doubles-And-Patching) + - zero-depdency test doubles and monkey patching patterns ## Contributing