mirror of https://github.com/stretchr/testify.git
Merge pull request #1346 from LandonTClipp/mockery_docs
README: update mockery link to point to doc on Github Pagespull/1410/head
commit
34b86428f4
|
@ -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
|
||||
-----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue