]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Increase unit test coverage in hacking test
authorCurt Bruns <curt.e.bruns@intel.com>
Thu, 15 Jan 2015 18:35:05 +0000 (11:35 -0700)
committerCurt Bruns <curt.e.bruns@intel.com>
Thu, 15 Jan 2015 18:35:05 +0000 (11:35 -0700)
commit633a03084a8c144791968ead0109550e66ac9d77
tree6e5e58cad19fc81ddc8588b690b725e9663f5b62
parent5304fa2195da39a2d93bc2f13b3bf471b9798bf1
Increase unit test coverage in hacking test

Added a few unit tests to increase the test coverage from
~60% up to 90%.  Also modified the assertEqual of all tests
to be in the form of assertEqual(EXPECTED, ACTUAL) format.

Change-Id: If53cfae138c3e31d21e34aa86048d02a19fb6346
cinder/tests/test_hacking.py