Skip to content

Commit

Permalink
Update README links
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed May 1, 2022
1 parent 7beca78 commit 80a6cab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 80a6cab

Please sign in to comment.