From 2763fa0021fa8b0b36beaae50818842ee0fa196d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 23 Feb 2013 12:41:00 -0500 Subject: [PATCH] Add a line about testing. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c0e3994429..726c0ea1d35 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 ==============================