From 98d79f32fce5bf8ec1c6124d9fa3e09d9d4993c3 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..d9876aae 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 +* [test doubles and patching](https://github.com/gotestyourself/gotest.tools/wiki/Test-Doubles-And-Patching) - + zero-depdency test doubles (fakes, spies, stubs, and mocks) and monkey patching patterns ## Contributing