1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Contributing
============
Basic Information
-----------------
.. toctree::
:maxdepth: 3
contributing
Programming HowTos and Tutorials
--------------------------------
.. toctree::
:maxdepth: 3
adding_release_notes
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
|