From d2db48976a0dd536fbcde257b207cb49555f7f64 Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Sat, 11 Feb 2023 01:23:36 -0600 Subject: [PATCH 1/3] Update mockery link to Github Pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6d3de28..6a0a30240 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ func TestSomethingElse2(t *testing.T) { For more information on how to write mock code, check out the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock). -You can use the [mockery tool](http://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](http://vektra.github.io/mockery/) to autogenerate the mock code against an interface as well, making using mocks much quicker. [`suite`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package ----------------------------------------------------------------------------------------- From 0291ba6dc26346bec82de5be0804ea995ed7cd19 Mon Sep 17 00:00:00 2001 From: Landon Clipp Date: Sat, 11 Feb 2023 01:59:47 -0600 Subject: [PATCH 2/3] https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0a30240..6b6105c28 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ func TestSomethingElse2(t *testing.T) { For more information on how to write mock code, check out the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock). -You can use the [mockery tool](http://vektra.github.io/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/) to autogenerate the mock code against an interface as well, making using mocks much quicker. [`suite`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package ----------------------------------------------------------------------------------------- From 204612911e7d9718e2210f153c3f7809a46d6a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Wed, 5 Jul 2023 12:48:13 +0200 Subject: [PATCH 3/3] README: fix link to mockery tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b6105c28..7ab02a27a 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ func TestSomethingElse2(t *testing.T) { For more information on how to write mock code, check out the [API documentation for the `mock` package](http://godoc.org/github.com/stretchr/testify/mock). -You can use the [mockery tool](https://vektra.github.io/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`](http://godoc.org/github.com/stretchr/testify/suite "API documentation") package -----------------------------------------------------------------------------------------