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_content1851 runners_content, argument1857 return runners_content is not None1867 mock.patch('yaml.load', return_value=runners_content):
1364 runners_content: dict = yaml.load(file, Loader=SafeLoader)1366 if 'config' not in runners_content:1369 runners_config: dict = runners_content['config']