summaryrefslogtreecommitdiff
path: root/testing.md
diff options
context:
space:
mode:
authorChao Xu <xuchao@google.com>2016-04-21 16:35:33 -0700
committerChao Xu <xuchao@google.com>2016-04-28 15:39:28 -0700
commit469f0872126bcc5e9e5291d292feaa9d65f7856c (patch)
tree90d6367eac51ba8da667ee41cf4961f22212c02f /testing.md
parent2bb6a7ac1c194d4cc082995656d92cdb09f392fd (diff)
move pods.go to pods_test.go
Diffstat (limited to 'testing.md')
-rw-r--r--testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing.md b/testing.md
index dc6a8bd7..25d955dc 100644
--- a/testing.md
+++ b/testing.md
@@ -141,7 +141,7 @@ is [table driven testing](https://github.com/golang/go/wiki/TableDrivenTests)
- Example: [TestNamespaceAuthorization](../../test/integration/auth_test.go)
* Integration tests must run in parallel
- Each test should create its own master, httpserver and config.
- - Example: [TestPodUpdateActiveDeadlineSeconds](../../test/integration/pods.go)
+ - Example: [TestPodUpdateActiveDeadlineSeconds](../../test/integration/pods_test.go)
* See [coding conventions](coding-conventions.md).
### Install etcd dependency