-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.mockery.yaml
More file actions
52 lines (52 loc) · 1.61 KB
/
.mockery.yaml
File metadata and controls
52 lines (52 loc) · 1.61 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
dir: '{{.InterfaceDir}}/mocks'
structname: '{{.InterfaceName}}'
pkgname: mocks
filename: '{{.InterfaceName | snakecase}}.go'
template: testify
template-data:
unroll-variadic: true
packages:
# gpu
github.com/DataDog/datadog-agent/pkg/collector/corechecks/gpu/nvidia:
interfaces:
Collector:
config:
dir: '{{.InterfaceDir}}'
filename: 'mocks.go'
structname: mockCollector
pkgname: nvidia
template-data:
mock-build-tags: linux && nvml && test
github.com/DataDog/datadog-agent/pkg/process/checks:
interfaces:
Check: {}
github.com/DataDog/datadog-agent/pkg/process/procutil:
interfaces:
Probe: {}
github.com/DataDog/datadog-agent/pkg/process/runner:
interfaces:
Submitter: {}
github.com/DataDog/datadog-agent/pkg/security/agent:
interfaces:
SecurityModuleCmdClientWrapper: {}
github.com/DataDog/datadog-agent/pkg/security/proto/api:
config:
include-auto-generated: true
interfaces:
SecurityAgentAPIClient: {}
SecurityAgentAPIServer: {}
SecurityModuleCmdClient: {}
SecurityModuleCmdServer: {}
SecurityModuleEventClient: {}
SecurityModuleEventServer: {}
github.com/DataDog/datadog-agent/pkg/serializer:
interfaces:
MetricSerializer:
config:
replace-type:
github.com/DataDog/datadog-agent/pkg/serializer/types:
stubMessageBody:
pkg-path: github.com/DataDog/datadog-agent/pkg/serializer/types
type-name: ProcessMessageBody
template-data:
mock-build-tags: test