Skip to content

Commit 6b48b7a

Browse files
committed
More comprehensive tests of infrastructure package
1 parent c2bcfd1 commit 6b48b7a

28 files changed

+6760
-22
lines changed

.mockery.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ packages:
159159
filename: kubeclient_mock.go
160160
mockname: KubeClientMock
161161
outpkg: mocks_infrastructure_k8s
162+
github.com/unbindapp/unbind-api/internal/infrastructure/prometheus:
163+
config:
164+
dir: ./mocks/promapi
165+
interfaces:
166+
PromAPIInterface:
167+
config:
168+
filename: promapi_mock.go
169+
mockname: PromAPIInterfaceMock
170+
outpkg: mocks_promapi
162171
github.com/unbindapp/unbind-api/internal/repositories/repositories:
163172
config:
164173
dir: ./mocks/repositories

0 commit comments

Comments
 (0)