summaryrefslogtreecommitdiff
path: root/doc/source/usage.rst
blob: e305244e45b30a7962eae0cfb296887d33ea76f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
========
Usage
========

To use tempest-lib in a project::

    import tempest_lib

:ref:`cli`
----------
The CLI testing framework allows you to test the command line interface for
an OpenStack project's python-*client


:ref:`decorators`
-----------------
These decorators enable common utility functions inside of your test suite


:ref:`rest_client`
------------------
The base building block for making a project specific client