Files
keystoneauth/HACKING.rst
melissaml 885acfec57 Update URLs in documents according to document migration
Change-Id: I5afc149ab61e037cb3d9dd355975802a37342cf8
2017-07-14 09:23:53 +08:00

645 B

Keystone Style Commandments

Exceptions

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

Testing

keystoneauth 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 https://wiki.openstack.org/testr. If you'd like to learn more in depth:

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