Merge pull request #9058 from mpeters/docsite_more_test_modules

minor tweak to documentation of required modules for running tests
pull/4420/head
James Cammarata 2014-09-18 13:48:06 -05:00
commit 91ca8d42e7
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ First, you will need to configure your testing environment with the neccessary t
suites. You will need at least:: suites. You will need at least::
git git
python-nosetests python-nosetests (sometimes named python-nose)
python-passlib
Second, if you haven't already, clone the Ansible source code from GitHub:: Second, if you haven't already, clone the Ansible source code from GitHub::