3c88e82871
- Add a top level CONTRIBUTING.rst for repo browsers - Refactor existing contributor guide - Add a contributor/contributing.rst file with links back to relevant manila documentation. - Rearrange some things in the main doc index file to make things prettier. Change-Id: I68ea17a71c4ea1e7aac5bea1ec8b95344cb256b7 Story: #2007236 Task: #39553 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
26 lines
482 B
ReStructuredText
26 lines
482 B
ReStructuredText
Contributing
|
|
============
|
|
|
|
Basic Information
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
contributing
|
|
|
|
Testing
|
|
-------
|
|
|
|
Manilaclient has two types of tests - 'unit' and 'functional'.
|
|
|
|
The preferred way to run tests is using ``tox``.
|
|
|
|
See `Consistent Testing Interface`_ for more details.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
functional-tests
|
|
|
|
.. _Consistent Testing Interface: https://opendev.org/openstack/governance/src/branch/master/reference/project-testing-interface.rst |