Searched refs:xmlpath (Results 1 – 5 of 5) sorted by relevance
83 def __init__(self, xmlpath): argument85 root = ElementTree.parse(xmlpath).getroot()
176 if ns.xmlpath:562 if not self.ns.xmlpath and not self.testsuite_xml:581 xmlpath = os.path.join(os_helper.SAVEDCWD, self.ns.xmlpath)582 with open(xmlpath, 'wb') as f:
102 if ns.xmlpath:
189 support.junit_xml_list = xml_list = [] if ns.xmlpath else None
407 def __init__(self, xmlpath): argument408 self.base_path = os.path.dirname(xmlpath)433 root = ElementTree.parse(xmlpath).getroot()