diff options
author | Kashyap Chamarthy <kchamart@redhat.com> | 2015-01-23 14:14:03 +0100 |
---|---|---|
committer | Kashyap Chamarthy <kchamart@redhat.com> | 2015-01-23 14:14:03 +0100 |
commit | cf472ab15cfc44b104511994da277a7c9d559f89 (patch) | |
tree | 4fab967d5d78cff6568828bba772e607e209d5e6 /HACKING.rst | |
parent | 588d72d506accc33bb01c6a7ac991cc38b6c7071 (diff) | |
download | nova-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.rst | 2 |
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 |