You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Naive code generator that creates mock implementation using `testify.mock`.
12
12
13
13
Unlike [mockery](https://github.com/vektra/mockery), Mocktail generates typed methods on mocks.
14
14
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
+
15
17
## How to use
16
18
17
19
- Create a file named `mock_test.go` inside the package that you can to create mocks.
0 commit comments