tempest/tempest/api/compute/flavors
Marc Koderer b2978da5ab Deduplicate negative test calls
Instead of duplicating the execute call for each negative test cases,
defining a generic way for all tests by registering a test function
dynamically on basis of the test class itself.

This is done using a class decorator (not inheritance) since it's
not possible to get the child class name on import time.

Change-Id: Ife0a8ea95ecfcac8a5f9c89babd74df0d5f884fe
Partially-implements: bp autogen-negative-tests
2014-03-26 13:56:09 +01:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_flavors.py Merge "Enable H302 check (api/compute/{c*,f*,i*,s*,t*})" 2014-03-12 06:32:24 +00:00
test_flavors_negative.py Deduplicate negative test calls 2014-03-26 13:56:09 +01:00
test_flavors_negative_xml.py Enable H302 check (api/compute/{c*,f*,i*,s*,t*}) 2014-03-06 09:22:54 +00:00