Skip to content

Commit

Permalink
doc: add link to the article about Mocktail
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 31, 2023
1 parent a041b16 commit 8ad1309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Naive code generator that creates mock implementation using `testify.mock`.

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

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/).

## How to use

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

0 comments on commit 8ad1309

Please sign in to comment.