HACKING.rst: Update the location of unit tests' README.rst

As part of this commit 89cd6a0c49 ("move
all tests to nova/tests/unit") README.rst was moved from nova/tests/ to
nova/tests/unit/. Update HACKING.rst to reflect that.

Change-Id: I282baac560d6035e453542812c36b505ddc07bc1
This commit is contained in:
Kashyap Chamarthy 2015-01-23 14:14:03 +01:00
parent 588d72d506
commit cf472ab15c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ submitted bug fix does have a unit test, be sure to add a new one that fails
without the patch and passes with the patch.
For more information on creating unit tests and utilizing the testing
infrastructure in OpenStack Nova, please read ``nova/tests/README.rst``.
infrastructure in OpenStack Nova, please read ``nova/tests/unit/README.rst``.
Running Tests