diff options
author | divakar-padiyar-nandavar <divakar.padiyar-nandavar@hp.com> | 2014-06-22 02:00:59 -0600 |
---|---|---|
committer | divakar-padiyar-nandavar <divakar.padiyar-nandavar@hp.com> | 2014-06-22 02:00:59 -0600 |
commit | 9ae2e7cb0a1c76468f34229e1aa26d5e2d02b51d (patch) | |
tree | e7422d7d5392b451822346a517a626d55cff50a6 /HACKING.rst | |
parent | ae2b47d8fd2049c131bb302ba3554bb74ff66943 (diff) | |
download | heat-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.rst | 2 |
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 |