Fixed the reference to 'Creating Unit Tests' in HACKING.rst

Change-Id: Ie9778aceabb4239058468cf64009792253995ec2
Closes-bug: #1332920
This commit is contained in:
divakar-padiyar-nandavar 2014-06-22 02:00:59 -06:00
parent ae2b47d8fd
commit 9ae2e7cb0a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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 Heat, please read heat/testing/README.rst.
infrastructure in OpenStack Heat, please read heat/tests/testing-overview.txt.
Running Tests