From: Avishay Traeger Date: Tue, 21 Jan 2014 16:00:05 +0000 (+0200) Subject: Update HACKING.rst with regard to mock usage X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=96420a1e2673f5aea4a5e60c5cd000aba524d137;p=openstack-build%2Fcinder-build.git Update HACKING.rst with regard to mock usage Add a sentence about using mock rather than mox for unit tests. Change-Id: If3c175d986f3ebed6d949df5c473e0cf9177ef6e --- 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 `_.