diff --git a/docs/docsite/rst/dev_guide/testing_units.rst b/docs/docsite/rst/dev_guide/testing_units.rst index 4f929d92c8..4081baab88 100644 --- a/docs/docsite/rst/dev_guide/testing_units.rst +++ b/docs/docsite/rst/dev_guide/testing_units.rst @@ -46,11 +46,11 @@ Installing dependencies ``ansible-test`` has a number of dependencies , for ``units`` tests we suggest using ``tox`` -The dependencies can be installed using the ``--requirements`` argument. For example: +The dependencies can be installed using the ``--requirements`` argument, which will install all the required dependencies needed for unit tests. For example: .. code:: shell - ansible-test units --tox --python 2.7 --requirements apt + ansible-test units --tox --python 2.7 --requirements apache2_module .. note:: tox version requirement