summaryrefslogtreecommitdiff
path: root/doc/source/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/usage.rst')
-rw-r--r--doc/source/usage.rst19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 4aeb40f..e305244 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -4,4 +4,21 @@ Usage
To use tempest-lib in a project::
- import tempest_lib \ No newline at end of file
+ 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
+
+