Propose 'tox' as tests launcher
Since ``tox`` is used as launcher in gates, it should be mentioned in docs instead of ``python setup.py test``. Change-Id: Ie5fcd9da755e1146b2b042fa5906aa28748980a6
This commit is contained in:
parent
f9ac34d9e8
commit
3f64b4577b
@ -1,5 +1,5 @@
|
||||
Python bindings to the OpenStack Nova API
|
||||
==================================================
|
||||
=========================================
|
||||
|
||||
This is a client for OpenStack Nova API. There's :doc:`a Python API
|
||||
<api>` (the :mod:`novaclient` module), and a :doc:`command-line script
|
||||
@ -40,7 +40,14 @@ Code is hosted at `git.openstack.org`_. Submit bugs to the Nova project on
|
||||
.. _Launchpad: https://launchpad.net/nova
|
||||
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
||||
|
||||
Run tests with ``python setup.py test``.
|
||||
Testing
|
||||
-------
|
||||
|
||||
The preferred way to run the unit tests is using ``tox``.
|
||||
|
||||
See `Consistent Testing Interface`_ for more details.
|
||||
|
||||
.. _Consistent Testing Interface: http://git.openstack.org/cgit/openstack/governance/tree/reference/project-testing-interface.rst
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
Loading…
Reference in New Issue
Block a user