1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #9058 from mpeters/docsite_more_test_modules

minor tweak to documentation of required modules for running tests
This commit is contained in:
James Cammarata 2014-09-18 13:48:06 -05:00
commit 91ca8d42e7

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::
git
python-nosetests
python-nosetests (sometimes named python-nose)
python-passlib
Second, if you haven't already, clone the Ansible source code from GitHub::