-
Notifications
You must be signed in to change notification settings - Fork 88
/
.mockery.yaml
44 lines (44 loc) · 1.04 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
with-expecter: true
dir: "mocks"
filename: "{{.InterfaceName | lower }}.generated.go"
mockname: "{{.InterfaceName}}"
outpkg: "mocks"
packages:
github.com/ethereum/go-ethereum/event:
config:
interfaces:
Subscription:
config:
github.com/0xPolygon/cdk-data-availability/db:
config:
interfaces:
DB:
config:
Tx:
config:
github.com/0xPolygon/cdk-data-availability/client:
config:
interfaces:
Factory:
config:
mockname: ClientFactory
filename: client_factory.generated.go
Client:
config:
github.com/0xPolygon/cdk-data-availability/etherman:
config:
interfaces:
Etherman:
config:
github.com/0xPolygon/cdk-data-availability/synchronizer:
config:
interfaces:
SequencerTracker:
config:
filename: sequencer_tracker.generated.go
github.com/0xPolygon/cdk-data-availability/services/status:
config:
interfaces:
GapsDetector:
config:
filename: gaps_detector.generated.go