Update testing_units.rst (#24772)
This commit is contained in:
parent
37bfca23c9
commit
c9e05956b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue