keystonemiddleware/HACKING.rst
Rodrigo Duarte Sousa 3d9b5ea961 Update python-keystoneclient reference
HACKING.rst has a python-keystoneclient reference.

Change-Id: If9603b604b4cb5b863d323a156926610234f09db
2014-10-28 22:28:56 -03:00

653 B

Keystone Style Commandments

Exceptions

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

Testing

Keystone Middleware 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/