]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Unit tests: Don't raise ResourceFailure directly
authorZane Bitter <zbitter@redhat.com>
Fri, 2 Aug 2013 16:58:00 +0000 (18:58 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 2 Aug 2013 16:58:00 +0000 (18:58 +0200)
commit1aabe666f55501e8867d4aaf4118d151e57c1658
tree862250dd7b0309a4199394f25e8f67388883f77b
parent1f6680c13c6a651211b0ccea2caae0bcd134f5dc
Unit tests: Don't raise ResourceFailure directly

It's meant to be a wrapper around other exceptions that's invoked by
top-level resource operations; don't use it as an all-purpose exception.

Change-Id: I1e0376a4a00fc3f1114b9bc76bbb1d5d0d98b166
heat/tests/test_autoscaling.py
heat/tests/test_parser.py