]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of nose.main() in unit test files
authorZane Bitter <zbitter@redhat.com>
Thu, 13 Dec 2012 14:57:59 +0000 (15:57 +0100)
committerZane Bitter <zbitter@redhat.com>
Thu, 13 Dec 2012 14:58:16 +0000 (15:58 +0100)
commitb9e5bcb68993c8b51f3955ee691e1f551687da1e
tree8692a613b37194d96040bf75a9fea9edc2b6c00f
parent4fc1f27f120d86a1a7872ba07d5b61dcaeab535c
Get rid of nose.main() in unit test files

This doesn't actually work and is not universally present, so get rid of
it. Tests are run through "nosetests", which does actually work.

Change-Id: Ib2d1e857e0aef4eab5fd75ffb1a498d8e9186c01
Signed-off-by: Zane Bitter <zbitter@redhat.com>
41 files changed:
heat/tests/functional/test_AutoScalingMultiAZSample.py
heat/tests/functional/test_CFN_API_UpdateStack.py
heat/tests/functional/test_HAProxy_Single_Instance.py
heat/tests/functional/test_OpenShift_Prebuilt_JEOS.py
heat/tests/functional/test_WordPress_2_Instances_With_EBS_EIP.py
heat/tests/functional/test_WordPress_Composed_Instances.py
heat/tests/functional/test_WordPress_Single_Instance.py
heat/tests/functional/test_WordPress_Single_Instance_Boto.py
heat/tests/functional/test_WordPress_Single_Instance_With_HA.py
heat/tests/functional/test_WordPress_Single_Instance_With_IHA.py
heat/tests/functional/test_WordPress_With_LB.py
heat/tests/functional/test_WordPress_With_RDS.py
heat/tests/functional/util.py
heat/tests/test_api_aws.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_cloudwatch.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_autoscaling.py
heat/tests/test_dbinstance.py
heat/tests/test_dependencies.py
heat/tests/test_eip.py
heat/tests/test_engine_api_utils.py
heat/tests/test_engine_service.py
heat/tests/test_identifier.py
heat/tests/test_instance.py
heat/tests/test_loadbalancer.py
heat/tests/test_parameters.py
heat/tests/test_parser.py
heat/tests/test_plugin_loader.py
heat/tests/test_properties.py
heat/tests/test_quantum.py
heat/tests/test_resource.py
heat/tests/test_s3.py
heat/tests/test_template_format.py
heat/tests/test_urlfetch.py
heat/tests/test_user.py
heat/tests/test_validate.py
heat/tests/test_volume.py
heat/tests/test_vpc.py
heat/tests/test_waitcondition.py
heat/tests/test_watch.py