mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Update testing doc to mention integration and unit tests under single command
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
## Unit/integration tests
|
## Unit & Integration tests
|
||||||
**When**: Pure Go logic. Controller/reconciler behavior against a mocked kubernetes cluster.
|
**When**: Unit (pure Go) and integration (controller-runtime envtest).
|
||||||
**Where**: `internal/...`, `pkg/...`
|
**Where**: `internal/...`, `pkg/...`
|
||||||
**Add files in**: `*_test.go` next to the code.
|
**Add files in**: `*_test.go` next to the code.
|
||||||
**Run**: `make test`
|
**Run**: `make test`
|
||||||
|
|
||||||
## E2E tests (kind)
|
## E2E tests (kind)
|
||||||
**When**: Full cluster behavior (CRDs, operator image, Connect/SA flows).
|
**When**: Full cluster behavior (CRDs, operator image, Connect/SA flows).
|
||||||
**Where**: `test/e2e/...`
|
**Where**: `test/e2e/...`
|
||||||
|
**Add files in**: `*_test.go` next to the code.
|
||||||
**Framework**: Ginkgo + `pkg/testhelper`.
|
**Framework**: Ginkgo + `pkg/testhelper`.
|
||||||
|
|
||||||
**Local prep**:
|
**Local prep**:
|
||||||
@@ -18,4 +19,4 @@
|
|||||||
4. `make test-e2e`
|
4. `make test-e2e`
|
||||||
5. Put `1password-credentials.json` into project root.
|
5. Put `1password-credentials.json` into project root.
|
||||||
|
|
||||||
**Run**: `make test-e2e`
|
**Run**: `make test-e2e`
|
||||||
|
Reference in New Issue
Block a user