Fix indentation in README.rst

Old indentation was wrongly interpreted as quotation.

Change-Id: I358bceda64ee671e5e07d74ec66a7658ac382dec
This commit is contained in:
David Rabel 2018-05-24 08:45:26 +02:00
parent 11a62d47e6
commit 0a83c71252
1 changed files with 5 additions and 5 deletions

View File

@ -12,12 +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.
.. code-block:: console
.. code-block:: console
tempest/
api/ - API tests
scenario/ - complex scenario tests
tests/ - unit tests for Tempest internals
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