]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Replace assertEqual(*, None) with assertIsNone in tests
authorEinst Crazy <yu.changcai@99cloud.net>
Wed, 6 Jan 2016 02:35:24 +0000 (10:35 +0800)
committerEinst Crazy <yu.changcai@99cloud.net>
Thu, 21 Jan 2016 05:43:47 +0000 (05:43 +0000)
commit34fc5f82dd77a899569345a9867fc9193c45be8d
treebe076173bea97a6b18b519f0e9d2e301a8e29504
parent7e040192d4a33fbe18f569cf10d8c786c8c369f8
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: If62be1aa29fd420855f42d44865fbdcbab16bf70
cinder/tests/unit/test_volume.py