]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix skips done in the test suite by using testtools skipIf
authorThomas Herve <therve@gmail.com>
Tue, 7 May 2013 16:59:46 +0000 (18:59 +0200)
committerThomas Herve <therve@gmail.com>
Tue, 7 May 2013 17:48:35 +0000 (19:48 +0200)
commit25a29bc237c0a4072470bd8f59de0af4c0ef351d
treeae44ebc5b0b485de609f845ee5f270eb287c455f
parent32d93a836b2a778fd59d4aae31af67043a4a2e6f
Fix skips done in the test suite by using testtools skipIf

The shipped skip_if function was broken as skipIf is already a
decorator.

Change-Id: Ifc5c3a7878fa047fe1a807c43d91fe34bc7b4081
heat/tests/test_s3.py
heat/tests/test_swift.py
heat/tests/test_volume.py
heat/tests/utils.py