Searched refs:find_manifest_xml_for_tree (Results 1 – 2 of 2) sorted by relevance
22 from manifest import Manifest, ManifestParser, find_manifest_xml_for_tree34 assert find_manifest_xml_for_tree(repo_tree) == manifest_path39 find_manifest_xml_for_tree(tmp_path)
29 def find_manifest_xml_for_tree(root: Path) -> Path: function111 return ManifestParser(find_manifest_xml_for_tree(root)).parse()