Update `contributors/devel/README.md` to reference `testing.md`

Added a missing reference.

Resolves https://github.com/kubernetes/kubernetes/issues/35253
This commit is contained in:
Mike Spreitzer 2017-05-31 23:42:44 -04:00
parent dcd41812ae
commit f988985778
1 changed files with 2 additions and 0 deletions

View File

@ -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.