Skip to content

Commit

Permalink
Added Mockery config
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx committed Jul 29, 2024
1 parent 6d68e63 commit feafd4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
with-expecter: True
dir: mocks/{{ replaceAll .InterfaceDirRelative "internal" "internal_" }}
mockname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
filename: "{{.InterfaceName}}Mock.go"
all: True
packages:
github.com/xBlaz3kx/DevX:
config:
recursive: True

0 comments on commit feafd4d

Please sign in to comment.