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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ kubectl get codercontrolplanes -A
44
44
## Testing strategy
45
45
46
46
-**Unit tests**: `make test` runs all tests, including unit tests in `main_test.go`.
47
-
-**Integration tests**: Use `envtest` to exercise reconciliation against a lightweight API server (no real cluster needed). In this repository, run them via `make test` (no dedicated `make test-integration`target is currently defined).
47
+
-**Integration tests**: Use `envtest` to exercise reconciliation against a lightweight API server (no real cluster needed). Run them via `make test` (included in the full suite) or `make test-integration`(focused on controller tests only).
48
48
-**E2E smoke tests**: Recommended CI smoke coverage uses a Kind-based flow that deploys the controller image and verifies pod health.
0 commit comments