-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy path.mockery.yaml
More file actions
91 lines (91 loc) · 3.87 KB
/
.mockery.yaml
File metadata and controls
91 lines (91 loc) · 3.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
all: true
dir: '{{.InterfaceDir}}/mock'
structname: '{{.InterfaceName}}'
pkgname: mock
filename: '{{.InterfaceName | snakecase}}.go'
template: testify
template-data:
unroll-variadic: true
packages:
github.com/onflow/flow-go-sdk/access:
config:
dir: integration/benchmark/mock
interfaces:
Client: { }
github.com/onflow/flow-go/access:
github.com/onflow/flow-go/access/backends/extended:
github.com/onflow/flow-go/access/validator:
config:
all: true
github.com/onflow/flow-go/consensus/hotstuff:
config:
dir: consensus/hotstuff/mocks
pkgname: mocks
github.com/onflow/flow-go/engine/access/ingestion/collections: { }
github.com/onflow/flow-go/engine/access/ingestion/tx_error_messages: { }
github.com/onflow/flow-go/engine/access/rest/common/models: { }
github.com/onflow/flow-go/engine/access/rest/websockets: { }
github.com/onflow/flow-go/engine/access/rest/websockets/data_providers: { }
github.com/onflow/flow-go/engine/access/rpc/backend/node_communicator: { }
github.com/onflow/flow-go/engine/access/rpc/backend/transactions/provider: { }
github.com/onflow/flow-go/engine/access/state_stream: { }
github.com/onflow/flow-go/engine/access/subscription: { }
github.com/onflow/flow-go/engine/access/subscription/tracker: { }
github.com/onflow/flow-go/engine/access/wrapper:
config:
dir: engine/access/mock
github.com/onflow/flow-go/engine/collection: { }
github.com/onflow/flow-go/engine/collection/epochmgr: { }
github.com/onflow/flow-go/engine/collection/rpc: { }
github.com/onflow/flow-go/engine/common/follower:
interfaces:
complianceCore:
config:
structname: '{{.InterfaceName | firstUpper}}'
github.com/onflow/flow-go/engine/common/follower/cache: { }
github.com/onflow/flow-go/engine/consensus: { }
github.com/onflow/flow-go/engine/execution: { }
github.com/onflow/flow-go/engine/execution/computation/computer: { }
github.com/onflow/flow-go/engine/execution/ingestion/uploader: { }
github.com/onflow/flow-go/engine/execution/state: { }
github.com/onflow/flow-go/engine/verification/fetcher: { }
github.com/onflow/flow-go/fvm: { }
github.com/onflow/flow-go/fvm/environment: { }
github.com/onflow/flow-go/fvm/storage/snapshot: { }
github.com/onflow/flow-go/ledger: { }
github.com/onflow/flow-go/model/fingerprint: { }
github.com/onflow/flow-go/module: { }
github.com/onflow/flow-go/module/component: { }
github.com/onflow/flow-go/module/execution: { }
github.com/onflow/flow-go/module/executiondatasync/execution_data: { }
github.com/onflow/flow-go/module/executiondatasync/optimistic_sync:
config:
all: false
interfaces:
Core: { }
github.com/onflow/flow-go/module/executiondatasync/tracker: { }
github.com/onflow/flow-go/module/forest: { }
github.com/onflow/flow-go/module/mempool: { }
github.com/onflow/flow-go/module/mempool/consensus/mock_interfaces:
config:
dir: module/mempool/consensus/mock
github.com/onflow/flow-go/module/state_synchronization: { }
github.com/onflow/flow-go/module/state_synchronization/indexer/extended: { }
github.com/onflow/flow-go/module/state_synchronization/requester: { }
github.com/onflow/crypto:
config:
dir: module/mock
filename: crypto_mocks.go
interfaces:
PublicKey: { }
github.com/onflow/flow-go/network: { }
github.com/onflow/flow-go/network/alsp: { }
github.com/onflow/flow-go/network/p2p: { }
github.com/onflow/flow-go/state/cluster: { }
github.com/onflow/flow-go/state/protocol: { }
github.com/onflow/flow-go/state/protocol/events: { }
github.com/onflow/flow-go/state/protocol/protocol_state: { }
github.com/onflow/flow-go/state/protocol/protocol_state/mock_interfaces: { }
github.com/onflow/flow-go/state/protocol/protocol_state/epochs: { }
github.com/onflow/flow-go/state/protocol/protocol_state/epochs/mock_interfaces: { }
github.com/onflow/flow-go/storage: { }