Fork me on GitHub

bolero.utils.from_yaml_string

bolero.utils.from_yaml_string(yaml_str)[source]

Create objects from YAML string.

Parameters:
yaml_str : string

YAML configuration string

Returns:
objects : dict

Objects created from each entry of config with the same keys.