summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-31 19:38:26 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-31 19:38:26 -0500
commitbf6a874a1811a6a51f857a68aac3918390959701 (patch)
tree6089705add498fbe0c555f184443edbdc31a2028
parent77ef54d7a1eccacefc615fee178374760a2401a5 (diff)
downloadhorizon-bf6a874a1811a6a51f857a68aac3918390959701.tar.gz
horizon-bf6a874a1811a6a51f857a68aac3918390959701.tar.bz2
horizon-bf6a874a1811a6a51f857a68aac3918390959701.tar.xz
horizon-bf6a874a1811a6a51f857a68aac3918390959701.zip
CONTRIBUTING: Add note about tests
-rw-r--r--CONTRIBUTING.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 974be6a..1a7d3a4 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -8,6 +8,16 @@
+Tests
+=====
+
+Please ensure that any feature additions include adequate testing. The
+overall goal for the Horizon repository is 100% test coverage for Runtime
+Environment code, and 80% test coverage for Install Environment code.
+
+Bug fixes may include regression tests to ensure the bug does not recur.
+
+
Contributing Changes
====================