Skip to content

Commit

Permalink
Update testing_units.rst (#24772)
Browse files Browse the repository at this point in the history
  • Loading branch information
gundalow committed May 18, 2017
1 parent 37bfca2 commit c9e0595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsite/rst/dev_guide/testing_units.rst
Expand Up @@ -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
Expand Down

0 comments on commit c9e0595

Please sign in to comment.