keystoneauth/HACKING.rst
Joe Gordon bf8bb2fe15 Make HACKING.rst DRYer and turn into rst file
Rename HACKING to HACKING.rst since it is a rst file and
reference the OpenStack hacking guide and remove
duplicated entries.

Change-Id: I9994594c7f8cb0f011d949b273bea08c68985e16
2013-11-11 11:05:00 -08:00

655 B

Keystone Style Commandments

Exceptions

When dealing with exceptions from underlying libraries, translate those exceptions to an instance or subclass of ClientException.

Testing

python-keystoneclient uses testtools and testr for its unittest suite and its test runner. Basic workflow around our use of tox and testr can be found at http://wiki.openstack.org/testr. If you'd like to learn more in depth:

https://testtools.readthedocs.org/ https://testrepository.readthedocs.org/