-
Notifications
You must be signed in to change notification settings - Fork 70
/
.mockery.yaml
53 lines (53 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
filename: "{{.InterfaceName}}.go"
outpkg: "{{.PackageName}}_mocks"
mockname: "{{.InterfaceName}}"
with-expecter: false
packages:
github.com/astronomer/astro-cli/houston:
config:
dir: houston/mocks
interfaces:
ClientInterface:
github.com/astronomer/astro-cli/airflow:
config:
dir: airflow/mocks
outpkg: mocks
interfaces:
RegistryHandler:
ImageHandler:
ContainerHandler:
DockerComposeAPI:
DockerRegistryAPI:
DockerCLIClient:
github.com/astronomer/astro-cli/airflow-client:
config:
dir: airflow-client/mocks
outpkg: airflow_mocks
interfaces:
Client:
github.com/astronomer/astro-cli/astro-client-core:
config:
dir: astro-client-core/mocks
interfaces:
ClientWithResponsesInterface:
config:
filename: client.go
github.com/astronomer/astro-cli/astro-client-iam-core:
config:
dir: astro-client-iam-core/mocks
interfaces:
ClientWithResponsesInterface:
config:
filename: client.go
github.com/astronomer/astro-cli/astro-client-platform-core:
config:
dir: astro-client-platform-core/mocks
interfaces:
ClientWithResponsesInterface:
config:
filename: client.go
github.com/astronomer/astro-cli/pkg/azure:
config:
dir: pkg/azure/mocks
interfaces:
Azure: