summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorKashyap Chamarthy <kchamart@redhat.com>2015-01-23 14:14:03 +0100
committerKashyap Chamarthy <kchamart@redhat.com>2015-01-23 14:14:03 +0100
commitcf472ab15cfc44b104511994da277a7c9d559f89 (patch)
tree4fab967d5d78cff6568828bba772e607e209d5e6 /HACKING.rst
parent588d72d506accc33bb01c6a7ac991cc38b6c7071 (diff)
downloadnova-cf472ab15cfc44b104511994da277a7c9d559f89.tar.gz
HACKING.rst: Update the location of unit tests' README.rst
As part of this commit 89cd6a0c493e26b5a9e017c99d731464292abbaf ("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
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 7bebb44799..b6db283713 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -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