From f988985778405ec8a1606657aa07b89cb78eea98 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Wed, 31 May 2017 23:42:44 -0400 Subject: [PATCH] Update `contributors/devel/README.md` to reference `testing.md` Added a missing reference. Resolves https://github.com/kubernetes/kubernetes/issues/35253 --- contributors/devel/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributors/devel/README.md b/contributors/devel/README.md index 1cf5d6799..7b24412c0 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.