summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: 9c707ca3c054fafd4aacb687ad0f627291b2e482 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.. tempest-lib documentation master file, created by
   sphinx-quickstart on Tue Jul  9 22:26:36 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to tempest-lib's documentation!
========================================================

Contents:

.. toctree::
   :maxdepth: 2

   readme
   installation
   usage
   contributing
   cli
   decorators

Release Notes
=============

0.2.1
-----
 * Fix subunit-trace to enable stdout passthrough

0.2.0
-----
 * Adds the skip_because decorator which was migrated from tempest
 * Fixes to rest_client
  * Separates the forbid
 * Cleans up the exception classes to make inheritance simpler
 * Doc typo fixes

0.1.0
-----
 * Adds the RestClient class which was migrated from tempest
 * Fix subunit-trace to handle when there isn't a worker tag in the subunit
   stream

0.0.4
-----
 * Fix subunit-trace when running with python < 2.7

0.0.3
-----
 * subunit-trace bug fixes:
  * Switch to using elapsed time for the summary view
  * Addition of --failonly option from nova's forked subunit-trace

0.0.2
-----
 * Fix the MRO ordering in the base test class

0.0.1
-----
 * Adds cli testing framework
 * Adds subunit-trace


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`