[docs] Fix unit tests location

unit tests does not located at muranoapi/tests,
actually located at murano/tests.

Change-Id: I2779cc13bf02972344714d362530e8720714f3a5
This commit is contained in:
Hidekazu Nakamura 2015-11-19 19:46:39 +09:00
parent 110a270aa6
commit 3c6678e449

View File

@ -29,7 +29,7 @@ and it is recommended that developers execute the tests themselves to
catch regressions early. Developers are also expected to keep the
test suite up-to-date with any submitted code changes.
Unit tests are located at ``muranoapi/tests``.
Unit tests are located at ``murano/tests``.
Murano's suite of unit tests can be executed in an isolated environment
with `Tox`_. To execute the unit tests run the following from the root of