summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authordivakar-padiyar-nandavar <divakar.padiyar-nandavar@hp.com>2014-06-22 02:00:59 -0600
committerdivakar-padiyar-nandavar <divakar.padiyar-nandavar@hp.com>2014-06-22 02:00:59 -0600
commit9ae2e7cb0a1c76468f34229e1aa26d5e2d02b51d (patch)
treee7422d7d5392b451822346a517a626d55cff50a6 /HACKING.rst
parentae2b47d8fd2049c131bb302ba3554bb74ff66943 (diff)
downloadheat-9ae2e7cb0a1c76468f34229e1aa26d5e2d02b51d.tar.gz
Fixed the reference to 'Creating Unit Tests' in HACKING.rst
Change-Id: Ie9778aceabb4239058468cf64009792253995ec2 Closes-bug: #1332920
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 91861b524..342bcc027 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -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