You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@
27
27
28
28
This project uses the built-in testing support for golang.
29
29
30
+
Envtest is also used and needs to be set up. Follow [controller-runtime instructions] and set `KUBEBUILDER_ASSETS` environment variable to point to the installation directory, for instance: `/usr/local/kubebuilder/bin`.
31
+
30
32
To run the tests for all go packages outside of the vendor directory, run:
31
33
```sh
32
34
$ make test
@@ -46,11 +48,14 @@ To run a specific e2e test locally:
46
48
$ make e2e-local TEST=TestCreateInstallPlanManualApproval
0 commit comments