Example #1
0
def step_impl(context):
    config_contents = context.config_contents
    json_config_contents = config2.parse_config(config_contents, fmt='json')
    assert json_config_contents is None
Example #2
0
def step_impl(context):
    config_contents = context.config_contents
    yaml_config_contents = config2.parse_config(config_contents, fmt='yaml')
    assert yaml_config_contents is None