]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace assertEqual(None, *) with assertIsNone in tests
authorllg8212 <lilinguo@huawei.com>
Sat, 15 Feb 2014 04:42:56 +0000 (12:42 +0800)
committerllg8212 <lilinguo@huawei.com>
Sat, 15 Feb 2014 04:45:00 +0000 (12:45 +0800)
commit9dcd2ec8324fef1018af9161f70c80c76e7b7357
tree08b56a8979f4a0d839b389a87141fafb34f7b23f
parent24755ff21f0ee7643ba1cdeb339b260cde5683e9
Replace assertEqual(None, *) with assertIsNone in tests

Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: Iac9462620bf4ae338998fa6aea7f1514a945059b
Closes-Bug:#1280522
cinder/tests/test_volume.py