Skip to content

Commit 3ddd4e2

Browse files
authored
Converted Repository operator tests to Mockery (#461)
This PR uses the approach and code described by @vjayaramrh in #441 to replace the unit tests for the Repository operator. This PR replaces all the unit tests with Mockery implementations.
1 parent b33fe26 commit 3ddd4e2

File tree

8 files changed

+692
-166
lines changed

8 files changed

+692
-166
lines changed

.mockery.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
packages:
2+
github.com/nephio-project/nephio/controllers/pkg/giteaclient:
3+
interfaces:
4+
GiteaClient:
5+
config:
6+
dir: "{{.InterfaceDir}}"

0 commit comments

Comments
 (0)