]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat tests : move GenericResource into tests directory
authorSteven Hardy <shardy@redhat.com>
Tue, 5 Mar 2013 15:46:08 +0000 (15:46 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 7 Mar 2013 09:03:03 +0000 (09:03 +0000)
commitfe8cf076986e1764ddbf1a120a83f91e6564ba18
tree36c03e9566ad6e6bab7c2ef93ce5ae3ed1d1ec51
parentc73b3dd5722823bf94d556e1cb20f10712e9faf1
heat tests : move GenericResource into tests directory

The resource.py GenericResource type is only used in tests, so
move it into the tests area, such that it can't accidentally be
used in the main heat codebase when we fail to import any resource
plugins..

Change-Id: I3912cc540903002a6dd5109e7ce51c7eb67ebf10
heat/engine/resource.py
heat/tests/generic_resource.py [new file with mode: 0644]
heat/tests/test_event.py
heat/tests/test_parser.py
heat/tests/test_resource.py