The heat.tests.test_properties Module

class heat.tests.test_properties.PropertiesTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
speed = 'fast'
tag = ['unit', 'properties']
test_bad_key()[source]
test_default()[source]
test_default_override()[source]
test_integer_bad()[source]
test_integer_good()[source]
test_missing()[source]
test_missing_required()[source]
test_none_boolean()[source]
test_none_default_boolean()[source]
test_none_default_integer()[source]
test_none_default_list()[source]
test_none_default_map()[source]
test_none_default_number()[source]
test_none_default_string()[source]
test_none_integer()[source]
test_none_list()[source]
test_none_map()[source]
test_none_number()[source]
test_none_string()[source]
test_string_good()[source]
class heat.tests.test_properties.PropertiesValidationTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

speed = 'fast'
tag = ['unit', 'properties']
test_bad_data()[source]
test_missing()[source]
test_missing_required()[source]
test_missing_unimplemented()[source]
test_none_boolean()[source]
test_none_default_boolean()[source]
test_none_default_integer()[source]
test_none_default_list()[source]
test_none_default_map()[source]
test_none_default_number()[source]
test_none_default_string()[source]
test_none_integer()[source]
test_none_list()[source]
test_none_map()[source]
test_none_number()[source]
test_none_string()[source]
test_present_unimplemented()[source]
test_required()[source]
test_unknown_typo()[source]
class heat.tests.test_properties.PropertyTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

speed = 'fast'
tag = ['unit', 'properties']
test_bad_key()[source]
test_bad_type()[source]
test_boolean_false()[source]
test_boolean_invalid()[source]
test_boolean_true()[source]
test_default()[source]
test_implemented_default()[source]
test_implemented_false()[source]
test_implemented_true()[source]
test_int_bad()[source]
test_int_good()[source]
test_integer_high()[source]
test_integer_low()[source]
test_integer_value_list_bad()[source]
test_integer_value_list_good()[source]
test_list_dict()[source]
test_list_good()[source]
test_list_schema_bad_data()[source]
test_list_schema_good()[source]
test_list_schema_int_bad_data()[source]
test_list_schema_int_good()[source]
test_list_string()[source]
test_list_value_list_bad()[source]
test_list_value_list_good()[source]
test_map_list()[source]
test_map_schema_bad_data()[source]
test_map_schema_good()[source]
test_map_schema_missing_data()[source]
test_map_schema_missing_required_data()[source]
test_map_string()[source]
test_no_default()[source]
test_number_good()[source]
test_number_high()[source]
test_number_low()[source]
test_number_value_list_bad()[source]
test_number_value_list_good()[source]
test_required_default()[source]
test_required_false()[source]
test_required_true()[source]
test_string_pattern_bad_prefix()[source]
test_string_pattern_bad_suffix()[source]
test_string_pattern_good()[source]
test_string_value_list_bad()[source]
test_string_value_list_good()[source]
test_type()[source]

This Page