forked from argoproj-labs/gitops-promoter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
22 lines (22 loc) · 768 Bytes
/
.mockery.yaml
File metadata and controls
22 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
with-expecter: true
packages:
github.com/argoproj-labs/gitops-promoter/internal/scms:
# place your package-specific config here
config:
interfaces:
# select the interfaces you want mocked
PullRequestProvider:
# Modify package-level config for this specific interface (if applicable)
config:
dir: "internal/scms/mock"
outpkg: "mock"
CommitStatusProvider:
# Modify package-level config for this specific interface (if applicable)
config:
dir: "internal/scms/mock"
outpkg: "mock"
GitOperationsProvider:
# Modify package-level config for this specific interface (if applicable)
config:
dir: "internal/scms/mock"
outpkg: "mock"