You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keystoneauth/HACKING.rst

657 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 stestr for its unittest suite and its test runner. Basic workflow around our use of tox and stestr can be found at https://wiki.openstack.org/testr. If you'd like to learn more in depth:

https://testtools.readthedocs.io/en/latest/ https://stestr.readthedocs.io/en/latest/