File: index.rst

package info (click to toggle)
python-manilaclient 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,768 kB
  • sloc: python: 49,541; makefile: 99; sh: 2
file content (33 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
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