-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.mockery.yaml
26 lines (26 loc) · 1.42 KB
/
.mockery.yaml
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
with-expecter: true
inpackage: True
dir: "{{.InterfaceDir}}"
mockname: "mock{{.InterfaceName|firstUpper}}"
outpkg: "{{.PackageName}}"
filename: "mock_{{.InterfaceName}}_test.go"
all: true
packages:
github.com/ministryofjustice/opg-modernising-lpa/cmd/event-received:
github.com/ministryofjustice/opg-modernising-lpa/internal/app:
github.com/ministryofjustice/opg-modernising-lpa/internal/dynamo:
github.com/ministryofjustice/opg-modernising-lpa/internal/event:
github.com/ministryofjustice/opg-modernising-lpa/internal/lambda:
github.com/ministryofjustice/opg-modernising-lpa/internal/lpastore:
github.com/ministryofjustice/opg-modernising-lpa/internal/notify:
github.com/ministryofjustice/opg-modernising-lpa/internal/onelogin:
github.com/ministryofjustice/opg-modernising-lpa/internal/page/attorney:
github.com/ministryofjustice/opg-modernising-lpa/internal/page/certificateprovider:
github.com/ministryofjustice/opg-modernising-lpa/internal/page/donor:
github.com/ministryofjustice/opg-modernising-lpa/internal/page/supporter:
github.com/ministryofjustice/opg-modernising-lpa/internal/page:
github.com/ministryofjustice/opg-modernising-lpa/internal/place:
github.com/ministryofjustice/opg-modernising-lpa/internal/s3:
github.com/ministryofjustice/opg-modernising-lpa/internal/secrets:
github.com/ministryofjustice/opg-modernising-lpa/internal/uid:
github.com/ministryofjustice/opg-modernising-lpa/internal/validation: