summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2013-02-23 12:41:00 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2013-02-23 12:41:00 -0500
commit2763fa0021fa8b0b36beaae50818842ee0fa196d (patch)
tree322b3cb3800e6cdad2b5af88aaf7c1d61818ae79 /CONTRIBUTING.md
parente1f1722e9ef38e357999cca247cfe2c74dedf37e (diff)
downloadansible-2763fa0021fa8b0b36beaae50818842ee0fa196d.tar.gz
Add a line about testing.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5c0e399442..726c0ea1d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,6 +60,9 @@ Automation tests are run by "make tests" and contain a mixture of integration an
* Your user environment should allow "ssh 127.0.0.1"
without a password - so a key held in ssh-agent and an authorized_keys entry.
+If your module does not require any additional dependencies beyond ansible-core, it is a good idea to write some
+tests for the module.
+
Contributors License Agreement
==============================