]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
flake8 H202 error in test_image_utils.py
authorKui Shi <skuicloud@gmail.com>
Wed, 21 Aug 2013 02:48:55 +0000 (10:48 +0800)
committerKui Shi <skuicloud@gmail.com>
Wed, 21 Aug 2013 02:58:08 +0000 (10:58 +0800)
commit684b3ccf77b5051d9bc15b931ea756f4639492c2
tree141ba52114901dd2017cc09d1b4a40636c4cb858
parentfc705de5e4058efcd9b4f268f1428bc8e673193c
flake8 H202 error in test_image_utils.py

H202 will detect following case:
self.assertRaises(Exception, foo)

Replace Exception with test.TestingException to pass the H202 checking.

Bug #1214365

Change-Id: Idbd13d11995e6a22e99bb9d63c344a5b1a75f987
cinder/tests/test_image_utils.py