Searched refs:runners_content (Results 1 – 2 of 2) sorted by relevance
85 runners_content: dict = {93 yaml.dump(runners_content, file)95 return runners_content1859 runners_content, argument1865 return runners_content is not None1875 mock.patch('yaml.load', return_value=runners_content):
1421 runners_content: dict = yaml.load(file, Loader=SafeLoader)1423 if 'config' not in runners_content:1426 runners_config: dict = runners_content['config']