Files
python-manilaclient/doc/source/contributor/index.rst
vkmc 6ed5fa8056 Add "functional tests" documentation
Add a base set of instructions with examples
on how contributors can run the functional tests

Change-Id: Id65bac35f99483ca8fd55c645d47f4e882f6e191
Closes-Bug: #1832023
2019-06-12 19:21:23 +00:00

785 B

Contributing

Code is hosted at opendev.org. Submit bugs to the python-manilaclient project on Launchpad. Submit code to the openstack/python-manilaclient project using Gerrit.

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.

functional-tests