File: HACKING.rst

package info (click to toggle)
python-keystoneauth1 5.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,288 kB
  • sloc: python: 23,528; xml: 285; makefile: 93; sh: 2
file content (24 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Keystone Style Commandments
===========================

- Step 1: Read the OpenStack Style Commandments
  https://docs.openstack.org/hacking/latest/
- Step 2: Read on

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/