tests.unit_tests.config.core.test_config_item#
Functions
Test item types raise an :class: ~yawning_titan.exceptions.TypeError error when using incorrect property types. |
|
Test the ConfigItem calls validation on setting the value and that the value is updated. |
|
Test the :method: ~yawning_titan.config.core.ConfigItem.set_value method does not validate the item. |
|
Test the ConfigItem can represent itself as a dictionary. |
- tests.unit_tests.config.core.test_config_item.test_to_dict()[source]#
Test the ConfigItem can represent itself as a dictionary.
- tests.unit_tests.config.core.test_config_item.test_assignment()[source]#
Test the ConfigItem calls validation on setting the value and that the value is updated.