From 96420a1e2673f5aea4a5e60c5cd000aba524d137 Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Tue, 21 Jan 2014 18:00:05 +0200 Subject: [PATCH] Update HACKING.rst with regard to mock usage Add a sentence about using mock rather than mox for unit tests. Change-Id: If3c175d986f3ebed6d949df5c473e0cf9177ef6e --- HACKING.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING.rst b/HACKING.rst index a109a8d61..cfee60986 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -30,6 +30,9 @@ bug that had no unit test, a new passing unit test should be added. If a 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. +Cinder is transitioning to use mock, rather than mox, and so new tests should +use mock only. + For more information on creating unit tests and utilizing the testing infrastructure in OpenStack Cinder, please read the Cinder testing `README.rst `_. -- 2.45.2