summaryrefslogtreecommitdiff
path: root/heat/tests/test_attributes.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-05-051-1/+1
* Remove six and python 2.7 full supportHervé Beraud2020-04-231-4/+3
* Revert "Support attributes with dynamic scheme"Zane Bitter2017-06-261-27/+0
* Include an OS::stack_id output when generating a templateZane Bitter2017-01-101-0/+6
* Correct output values when generating templatesZane Bitter2017-01-101-4/+45
* Do not show HIDDEN props in res type templateOleksii Chuprykov2016-07-151-0/+3
* Support attributes with dynamic schemeAngus Salkeld2015-08-101-0/+27
* Use mock in test_attributes.py instead of moxSergey Kraynev2015-07-131-32/+41
* Use __iter__ method of Attributes class in __repr__ methodSergey Kraynev2015-07-131-0/+9
* Add Boolean type to attributes schemaTetiana Lashchova2015-07-071-0/+12
* Add attribute type for heat resourcestyagi2015-06-151-0/+4
* Remove deprecated old attribute schemaSergey Kraynev2015-06-031-30/+26
* Catch warnings consistently during testsAngus Salkeld2015-05-141-6/+5
* Add type field to the resource attributes schematyagi2015-05-061-0/+38
* Use six.itervalues(x) instead of x.values()Tetiana Lashchova2015-04-211-3/+4
* Use HeatTestCase as parent instead of testtoolsSergey Kraynev2015-03-311-2/+1
* Hide warning for old style attribute schema testSergey Kraynev2014-06-181-5/+7
* Implement caching of resource attributesSteve Baker2014-05-301-1/+28
* Deprecating the old style attribute SchemaSergey Kraynev2014-05-281-10/+11
* Adding attribute schema class for attributesSergey Kraynev2014-04-221-0/+51
* Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Fix comparison with singletonsPavlo Shchelokovskyy2013-12-181-1/+1
* Clean up the attributes moduleZane Bitter2013-07-311-38/+21
* Add VerifyAll to test methods using mox.Randall Burt2013-06-201-0/+5
* Introduce a schema for attributesRandall Burt2013-06-191-0/+110