769df968e19d95a4ab4f12b1d2c76d385cf3168c
There are several benefits moving to testr brings
- It reduces the diversity of tools in OpenStack
- testrepository and related components are used in OpenStack Infra
environment for data analisys and deeper integration
- Reduces chances of a new dependency hell because py.test won’t be
added to global-requirements
- Sticking to global requirements is an idea which is in the scope
of discussions around Fuel.
In order to facilitate both running specific tests and debugging
this patch introduces dbgunit and dbgfunc tox environments that
utilize oslotest to run unit and functional tests correspondingly
and respect pdb.
Examples:
- tox -e dbgunit v1.test_parser
- tox -e dbgfunc v1.test_client.TestHandlers.test_env_action
Partial-bug: #1499659
Change-Id: Ia3e9c16bb21a875ceea3ea3a30c12ac8dfabc277
python-fuelclient
python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.
Project resources
- Project status, bugs, and blueprints are tracked on Launchpad:
- Development documentation is hosted here:
- User guide can be found here:
- Any additional information can be found on the Fuel's project wiki
Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute
Description