diff options
author | Xiao Hanyu <xiaohanyu1988@gmail.com> | 2013-06-19 14:12:23 +0800 |
---|---|---|
committer | Xiao Hanyu <xiaohanyu1988@gmail.com> | 2013-06-19 14:26:08 +0800 |
commit | a4036d123f50a400a2bc1c790e2b2fb2028a53c8 (patch) | |
tree | 6ef9423e51741526e519f3f845a88bc2b9a3a1a7 /tempest/README.rst | |
parent | a0a91032c5a2a4376292f5bc04797550254851a7 (diff) | |
download | tempest-a4036d123f50a400a2bc1c790e2b2fb2028a53c8.tar.gz |
Fix a doc indentation bug.
Change-Id: I42ca63baa414e6bd6ccc1ab30ed697b09c18d0a6
Diffstat (limited to 'tempest/README.rst')
-rw-r--r-- | tempest/README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tempest/README.rst b/tempest/README.rst index 892b0f89d..8f07a0774 100644 --- a/tempest/README.rst +++ b/tempest/README.rst @@ -12,13 +12,13 @@ As such Tempest tests come in many flavors, each with their own rules and guidelines. Below is the proposed Havana restructuring for Tempest to make this clear. -tempest/ - api/ - API tests - cli/ - CLI tests - scenario/ - complex scenario tests - stress/ - stress tests - thirdparty/ - 3rd party api tests - whitebox/ - white box testing +| tempest/ +| api/ - API tests +| cli/ - CLI tests +| scenario/ - complex scenario tests +| stress/ - stress tests +| thirdparty/ - 3rd party api tests +| whitebox/ - white box testing Each of these directories contains different types of tests. What belongs in each directory, the rules and examples for good tests, are |