]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace use of mox with mock in test_quotas
authorYuriy Nesenenko <ynesenenko@mirantis.com>
Fri, 11 Dec 2015 13:07:10 +0000 (15:07 +0200)
committerYuriy Nesenenko <ynesenenko@mirantis.com>
Tue, 15 Dec 2015 13:51:00 +0000 (13:51 +0000)
commit09f9937740808f44e7a4dd9705a0cd98c5024c51
treeefc335fd2776e9b1b09762000ffcd290b20f634b
parent36841fcd06947284b255c4d31f8d36c1e7f6af82
Replace use of mox with mock in test_quotas

This patch replaces the remaining cases of mox with mock in
test_quotas.py and test_quotas_classes.py

Change-Id: Ia417a3dcffc1ba4988853ff5768df9ee4fbcf92f
Partial-Implements: blueprint mox-to-mock-conversion
cinder/tests/unit/api/contrib/test_quotas.py
cinder/tests/unit/api/contrib/test_quotas_classes.py