]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update HACKING.rst with regard to mock usage
authorAvishay Traeger <avishay@il.ibm.com>
Tue, 21 Jan 2014 16:00:05 +0000 (18:00 +0200)
committerAvishay Traeger <avishay@il.ibm.com>
Tue, 21 Jan 2014 16:01:02 +0000 (18:01 +0200)
Add a sentence about using mock rather than mox for unit tests.

Change-Id: If3c175d986f3ebed6d949df5c473e0cf9177ef6e

HACKING.rst

index a109a8d616ec3cce59f68e6195cd8d121c4a7724..cfee60986fa69289015484ea66fba27bbbf45ff5 100644 (file)
@@ -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 <https://github.com/openstack/cinder/blob/master/cinder/testing/README.rst>`_.