]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move test skipping on import failure from package to function.
authorSteve Baker <sbaker@redhat.com>
Sun, 23 Sep 2012 21:08:20 +0000 (09:08 +1200)
committerSteve Baker <sbaker@redhat.com>
Sun, 23 Sep 2012 22:40:23 +0000 (10:40 +1200)
commit71324379f93c255f852d24e989b07aaf08358dc2
treee8fbbe7fa9d9b7a2c87a870f3564da58ffc38eba
parent2ae14776f1378fae928a83f085124b02ffb7e75b
Move test skipping on import failure from package to function.

This gives a better test output on what has been skipped and why.

The unittest2.TestCase class has been removed because it is unused and
unittest2 is not available to the gates.

Change-Id: I1b5ae0845b2ef8dadc5cff42770ef062ea4e862f
heat/tests/test_cfn.py
heat/tests/test_s3.py
heat/tests/utils.py