From af988769d2eeb2dedb3373670aa3a9643c611064 Mon Sep 17 00:00:00 2001 From: eduartua Date: Wed, 30 Jan 2019 12:55:10 -0600 Subject: e2e-test.md file moved to the new /devel/-sig-testing folder - URLs updated - tombstone files created --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/guide/coding-conventions.md') diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md index ebabbcbf..53a45b65 100644 --- a/contributors/guide/coding-conventions.md +++ b/contributors/guide/coding-conventions.md @@ -72,7 +72,7 @@ tests example, see [TestNamespaceAuthorization](https://git.k8s.io/kubernetes/test/integration/auth/auth_test.go) - Significant features should come with integration (test/integration) and/or -[end-to-end (test/e2e) tests](/contributors/devel/e2e-tests.md) +[end-to-end (test/e2e) tests](/contributors/devel/sig-testing/e2e-tests.md) - Including new kubectl commands and major features of existing commands - Unit tests must pass on macOS and Windows platforms - if you use Linux -- cgit v1.2.3 From 06a2a2f6867baf35c4b35fcccef872482938854f Mon Sep 17 00:00:00 2001 From: eduartua Date: Wed, 30 Jan 2019 13:26:54 -0600 Subject: file testing.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file created --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/guide/coding-conventions.md') diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md index 53a45b65..c424b9d8 100644 --- a/contributors/guide/coding-conventions.md +++ b/contributors/guide/coding-conventions.md @@ -86,7 +86,7 @@ required when your code does not compile on Windows). asynchronous thing to happen (e.g. wait for 1 seconds and expect a Pod to be running). Wait and retry instead. - - See the [testing guide](/contributors/devel/testing.md) for additional testing advice. + - See the [testing guide](/contributors/devel/sig-testing/testing.md) for additional testing advice. ## Directory and file conventions -- cgit v1.2.3