File: usage.rst

package info (click to toggle)
python-tempest-lib 0.14.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,156 kB
  • sloc: python: 11,500; sh: 120; makefile: 52
file content (24 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
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