]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove unused/redundant methods in cinder/test.py
authorZhongyue Luo <zhongyue.nah@intel.com>
Sat, 7 Sep 2013 02:42:17 +0000 (10:42 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Sat, 7 Sep 2013 02:43:27 +0000 (10:43 +0800)
commit8bb034cedce78203b60342a825fb5935554ead2f
treedde8909a89773ab1a4bb8f98316fa7a6dc113fae
parentb2e0f75ddaea0c12e154432da7a860725af8e344
Remove unused/redundant methods in cinder/test.py

The following methods are not used anywhere in Cinder
- assertDictListMatch()
- assertSubDictMatch()

The following methods are implemented in testtools
- assertIn()
- assertNotIn()

Change-Id: Iea96f7761c33ac774b5b4ae71e544aa007ba1bb2
cinder/test.py