-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mockery.yml
More file actions
30 lines (26 loc) · 731 Bytes
/
.mockery.yml
File metadata and controls
30 lines (26 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
all: false
dir: "internal/testing/mock{{.SrcPackageName}}"
filename: mock{{.SrcPackageName}}.go
force-file-write: true
formatter: goimports
include-auto-generated: false
log-level: info
structname: "{{.Mock}}{{.InterfaceName}}"
pkgname: "mock{{.SrcPackageName}}"
recursive: false
require-template-schema-exists: true
template: testify
template-schema: "{{.Template}}.schema.json"
packages:
github.com/cyclimse/mcp-scaleway-functions/internal/scaleway:
config:
all: true
github.com/cyclimse/mcp-scaleway-functions/internal/scaleway/cockpit:
config:
all: true
github.com/moby/moby/client:
config:
dir: "internal/testing/mockdocker"
pkgname: "mockdocker"
interfaces:
APIClient: