Skip to content

Commit 8ad1309

Browse files
committed
doc: add link to the article about Mocktail
1 parent a041b16 commit 8ad1309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Naive code generator that creates mock implementation using `testify.mock`.
1212

1313
Unlike [mockery](https://github.com/vektra/mockery), Mocktail generates typed methods on mocks.
1414

15+
For an explanation of why we created Mocktail, you can read [this article](https://traefik.io/blog/mocktail-the-mock-generator-for-strongly-typed-mocks/).
16+
1517
## How to use
1618

1719
- Create a file named `mock_test.go` inside the package that you can to create mocks.

0 commit comments

Comments
 (0)