Skip to content

Commit

Permalink
feat: add mockery config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Oct 12, 2023
1 parent de3e1e0 commit 7f4c091
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
inpackage: false
dir: "{{.InterfaceDirRelative}}/mocks"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
filename: "{{.InterfaceName}}.go"
packages:
github.com/inovex/CalendarSync/internal/sync:
config:
recursive: True
interfaces:
Source:
Sink:

0 comments on commit 7f4c091

Please sign in to comment.