Searched refs:EmptyYamlFileException (Results 1 – 3 of 3) sorted by relevance
25 class EmptyYamlFileException(Exception): class87 raise EmptyYamlFileException('No data in YAML file: %s' % filename)
255 with pytest.raises(scl.EmptyYamlFileException):
208 except scl.EmptyYamlFileException: