From 7aa6639c139d29d7ef1a27288af62eb10c3a0042 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 18 Sep 2014 14:55:03 -0400 Subject: [PATCH] documenting extra packages that need to be installed to run the full integration tests --- docsite/rst/developing_test_pr.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst index 76153b3f365..b19bf064935 100644 --- a/docsite/rst/developing_test_pr.rst +++ b/docsite/rst/developing_test_pr.rst @@ -36,6 +36,13 @@ suites. You will need at least:: python-nosetests (sometimes named python-nose) python-passlib +If you want to run the full integration test suite you'll also need the following packages installed:: + + svn + hg + python-pip + gem + Second, if you haven't already, clone the Ansible source code from GitHub:: git clone https://github.com/ansible/ansible.git