Update unit tests requirements/units.txt path (#61656)

pull/61717/head
Sebastián Estrella 5 years ago committed by John R Barker
parent 4b9b5d3745
commit 615f9949c0

@ -266,7 +266,7 @@ Unit tests
You can add unit tests for your module in ``./test/units/modules``. You must first setup your testing environment. In this example, we're using Python 3.5.
- Install the requirements (outside of your virtual environment): ``$ pip3 install -r ./test/runner/requirements/units.txt``
- Install the requirements (outside of your virtual environment): ``$ pip3 install -r ./test/lib/ansible_test/_data/requirements/units.txt``
- To run all tests do the following: ``$ ansible-test units --python 3.5`` (you must run ``. hacking/env-setup`` prior to this)
.. note:: Ansible uses pytest for unit testing.

Loading…
Cancel
Save