-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy path.mockery.yaml
More file actions
59 lines (59 loc) · 1.6 KB
/
Copy path.mockery.yaml
File metadata and controls
59 lines (59 loc) · 1.6 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
---
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-v1:
config:
dir: astro-client-v1/mocks
interfaces:
ClientWithResponsesInterface:
config:
filename: client.go
github.com/astronomer/astro-cli/astro-client-v1alpha1:
config:
dir: astro-client-v1alpha1/mocks
interfaces:
ClientWithResponsesInterface:
config:
filename: client.go
github.com/astronomer/astro-cli/pkg/azure:
config:
dir: pkg/azure/mocks
interfaces:
Azure:
# Container-runtime interfaces live in the pkg/container submodule. mockery
# loads it through the root module's replace directive and writes into
# pkg/container/mocks; the submodule's own go.mod stays testify-only (mockery
# only ever runs from the root module here).
github.com/astronomer/astro-cli/pkg/container:
config:
dir: pkg/container/mocks
outpkg: mocks
interfaces:
OSChecker:
DockerEngine:
PodmanEngine: