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