heat/heat/tests/api/cloudwatch
Sirushti Murugesan 413b71dc9d py34: heat.tests.api.*
The recursive sort utility function in the repository
won't work for python 3 because it can't sort dictionaries
inside lists. Python 2 could but python 3 forbids that.
It does not seem possible to have a simple one size fits all
sorted function to recursively sort lists of dictionaries,
hence just workaround by manually sorting by key or value.

partial blueprint heat-python34-support

Change-Id: I2e46bfacf5a8ebdaf0ca50901b7f0262d23833cb
2015-09-22 22:56:59 +05:30
..
__init__.py Move all api tests to /tests/api 2015-07-08 09:31:17 +05:30
test_api_cloudwatch.py py34: heat.tests.api.* 2015-09-22 22:56:59 +05:30