From 10adf9f2cc0d1d85deb66573f1763794debdfa42 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 2 Apr 2014 17:29:05 -0400 Subject: [PATCH] Denote unit test requirements in README.md --- test/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/README.md b/test/README.md index 526b448e08..3e746062cd 100644 --- a/test/README.md +++ b/test/README.md @@ -2,6 +2,7 @@ Ansible Test System =================== Folders +======= unit ---- @@ -11,6 +12,8 @@ mock interfaces rather than producing side effects. Playbook engine code is better suited for integration tests. +Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib + integration -----------