Skip to content

Commit

Permalink
Merge pull request #1346 from LandonTClipp/mockery_docs
Browse files Browse the repository at this point in the history
README: update mockery link to point to doc on Github Pages
  • Loading branch information
dolmen committed Jul 5, 2023
2 parents 6bfed73 + 4f6e609 commit 34b8642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -221,7 +221,7 @@ func TestSomethingElse2(t *testing.T) {

For more information on how to write mock code, check out the [API documentation for the `mock` package](https://pkg.go.dev/github.com/stretchr/testify/mock).

You can use the [mockery tool](https://github.com/vektra/mockery) to autogenerate the mock code against an interface as well, making using mocks much quicker.
You can use the [mockery tool](https://vektra.github.io/mockery/latest/) to autogenerate the mock code against an interface as well, making using mocks much quicker.

[`suite`](https://pkg.go.dev/github.com/stretchr/testify/suite "API documentation") package
-----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 34b8642

Please sign in to comment.