diff options
| author | Mike Spreitzer <mspreitz@us.ibm.com> | 2017-05-31 23:42:44 -0400 |
|---|---|---|
| committer | Mike Spreitzer <mspreitz@us.ibm.com> | 2017-06-04 20:02:50 -0400 |
| commit | f988985778405ec8a1606657aa07b89cb78eea98 (patch) | |
| tree | f09ea3a0158ec08427d0eb404a0e716705f7e811 | |
| parent | dcd41812aea1a63cdd33d110f2271947cac74fe0 (diff) | |
Update `contributors/devel/README.md` to reference `testing.md`
Added a missing reference.
Resolves https://github.com/kubernetes/kubernetes/issues/35253
| -rw-r--r-- | contributors/devel/README.md | 2 |
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. |
