diff options
| author | Janet Kuo <chiachenk@google.com> | 2016-05-03 10:23:25 -0700 |
|---|---|---|
| committer | Janet Kuo <chiachenk@google.com> | 2016-05-03 10:29:48 -0700 |
| commit | ce70f0b829ba01bc51800961484c095f952e9eed (patch) | |
| tree | 72c92f1d68e4c9d77182b08b0cc1d09c37960378 /testing.md | |
| parent | 5146ba2f9d0f21a59553f436b2d16502b51058e1 (diff) | |
Update testing convention docs
Diffstat (limited to 'testing.md')
| -rw-r--r-- | testing.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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. |
