summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md
index 1cf5d679..7b24412c 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -27,6 +27,8 @@ Guide](http://kubernetes.io/docs/admin/).
* **Development Guide** ([development.md](development.md)): Setting up your development environment.
+* **Testing** ([testing.md](testing.md)): How to run unit, integration, and end-to-end tests in your development sandbox.
+
* **Hunting flaky tests** ([flaky-tests.md](flaky-tests.md)): We have a goal of 99.9% flake free tests.
Here's how to run your tests many times.