summaryrefslogtreecommitdiff
path: root/testing.md
diff options
context:
space:
mode:
authorJanet Kuo <chiachenk@google.com>2016-05-03 10:23:25 -0700
committerJanet Kuo <chiachenk@google.com>2016-05-03 10:29:48 -0700
commitce70f0b829ba01bc51800961484c095f952e9eed (patch)
tree72c92f1d68e4c9d77182b08b0cc1d09c37960378 /testing.md
parent5146ba2f9d0f21a59553f436b2d16502b51058e1 (diff)
Update testing convention docs
Diffstat (limited to 'testing.md')
-rw-r--r--testing.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing.md b/testing.md
index 25d955dc..e415e442 100644
--- a/testing.md
+++ b/testing.md
@@ -29,6 +29,25 @@ Documentation for other releases can be found at
# Testing guide
+Updated: 5/3/2016
+
+**Table of Contents**
+<!-- BEGIN MUNGE: GENERATED_TOC -->
+
+- [Testing guide](#testing-guide)
+ - [Unit tests](#unit-tests)
+ - [Run all unit tests](#run-all-unit-tests)
+ - [Run some unit tests](#run-some-unit-tests)
+ - [Stress running unit tests](#stress-running-unit-tests)
+ - [Unit test coverage](#unit-test-coverage)
+ - [Benchmark unit tests](#benchmark-unit-tests)
+ - [Integration tests](#integration-tests)
+ - [Install etcd dependency](#install-etcd-dependency)
+ - [Run integration tests](#run-integration-tests)
+ - [End-to-End tests](#end-to-end-tests)
+
+<!-- END MUNGE: GENERATED_TOC -->
+
This assumes you already read the [development guide](development.md) to
install go, godeps, and configure your git client.