forked from kptdev/porch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
30 lines (30 loc) · 1004 Bytes
/
Copy path.mockery.yaml
File metadata and controls
30 lines (30 loc) · 1004 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
with-expecter: true
packages:
sigs.k8s.io/controller-runtime/pkg/client:
interfaces:
Client:
config:
dir: "test/mockery/mocks/external/{{.InterfaceDirRelative}}"
outpkg: "{{.PackageName}}"
Reader:
config:
dir: "test/mockery/mocks/external/{{.InterfaceDirRelative}}"
outpkg: "{{.PackageName}}"
github.com/nephio-project/porch/pkg/repository:
interfaces:
Repository:
config:
dir: "test/mockery/mocks/porch/{{.InterfaceDirRelative}}"
outpkg: "{{.PackageName}}"
github.com/nephio-project/porch/pkg/cache/types:
interfaces:
RepoPRChangeNotifier:
config:
dir: "test/mockery/mocks/porch/{{.InterfaceDirRelative}}"
outpkg: "{{.PackageName}}"
github.com/nephio-project/porch/pkg/cache/crcache/meta:
interfaces:
MetadataStore:
config:
dir: "test/mockery/mocks/porch/{{.InterfaceDirRelative}}"
outpkg: "{{.PackageName}}"