From 9ae2e7cb0a1c76468f34229e1aa26d5e2d02b51d Mon Sep 17 00:00:00 2001 From: divakar-padiyar-nandavar Date: Sun, 22 Jun 2014 02:00:59 -0600 Subject: [PATCH] Fixed the reference to 'Creating Unit Tests' in HACKING.rst Change-Id: Ie9778aceabb4239058468cf64009792253995ec2 Closes-bug: #1332920 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 91861b5244..342bcc0276 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