diff options
| author | Chao Xu <xuchao@google.com> | 2016-04-21 16:35:33 -0700 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2016-04-28 15:39:28 -0700 |
| commit | 469f0872126bcc5e9e5291d292feaa9d65f7856c (patch) | |
| tree | 90d6367eac51ba8da667ee41cf4961f22212c02f /testing.md | |
| parent | 2bb6a7ac1c194d4cc082995656d92cdb09f392fd (diff) | |
move pods.go to pods_test.go
Diffstat (limited to 'testing.md')
| -rw-r--r-- | testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
