Skip to content

Commit

Permalink
Merge pull request #236 from gotestyourself/update-readme
Browse files Browse the repository at this point in the history
Update README links
  • Loading branch information
dnephin committed May 3, 2022
2 parents 13888f7 + 98d79f3 commit 7dc1daf
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
* [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

Expand Down

0 comments on commit 7dc1daf

Please sign in to comment.