diff --git a/README.md b/README.md index f815716..a7abc33 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