Fix directory tree appearance in document

This commit fixes the directory tree appearance in document. It looks
like that the original rst line blocks don't work in the current
renderer. As a result, the directory structure is a little difficult to
understand. So, this commit use a literal block instead of that as a
quick fix.

Change-Id: I897cec40cc1ee5ead50997e75c474e1f78ee763e
This commit is contained in:
Masayuki Igawa 2017-11-14 16:29:35 +09:00
parent 364358ec93
commit 989f911cd7
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89

View File

@ -12,10 +12,12 @@ As such Tempest tests come in many flavors, each with their own rules
and guidelines. Below is the overview of the Tempest respository structure
to make this clear.
| tempest/
| api/ - API tests
| scenario/ - complex scenario tests
| tests/ - unit tests for Tempest internals
.. code-block:: console
tempest/
api/ - API tests
scenario/ - complex scenario tests
tests/ - unit tests for Tempest internals
Each of these directories contains different types of tests. What
belongs in each directory, the rules and examples for good tests, are