diff options
| author | Erick Fejta <fejta@google.com> | 2016-03-06 19:50:31 -0800 |
|---|---|---|
| committer | Erick Fejta <fejta@google.com> | 2016-03-06 19:50:31 -0800 |
| commit | 92c0bf5f3bc9662ff0212441c13f36909b969d83 (patch) | |
| tree | 3d2f0ceb507c4b19e65c280e15810bb00a53d3cc /coding-conventions.md | |
| parent | 124be6935272684a29207613dea7b99c478a0161 (diff) | |
Add conventions
Diffstat (limited to 'coding-conventions.md')
| -rw-r--r-- | coding-conventions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coding-conventions.md b/coding-conventions.md index 6af7c40e..69f4fa12 100644 --- a/coding-conventions.md +++ b/coding-conventions.md @@ -64,6 +64,7 @@ Testing conventions - Significant features should come with integration (test/integration) and/or [end-to-end (test/e2e) tests](e2e-tests.md) - Including new kubectl commands and major features of existing commands - Unit tests must pass on OS X and Windows platforms - if you use Linux specific features, your test case must either be skipped on windows or compiled out (skipped is better when running Linux specific commands, compiled out is required when your code does not compile on Windows). + - See the [testing guide](testing.md) for additional testing advice. Directory and file conventions - Avoid package sprawl. Find an appropriate subdirectory for new packages. (See [#4851](http://issues.k8s.io/4851) for discussion.) |
