Update documentation for running tests
The documentation for how to run tests currently says to use "python setup.py test", which results in errors. Update the docs to specify tox. Change-Id: Ib32f6c0708de9439b6bdee4a4fb56cb88bc47d5a Closes-Bug: #1550068
This commit is contained in:
parent
aea1f4fb23
commit
05a20bbc95
@ -43,7 +43,8 @@ using `Gerrit`_.
|
||||
.. _Launchpad: https://launchpad.net/keystonemiddleware
|
||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
|
||||
Run tests with ``python setup.py test``.
|
||||
Run tests with ``tox -e py27`` if running with python 2.7. See the
|
||||
``tox.ini`` file for other test environment options.
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
Loading…
x
Reference in New Issue
Block a user