Home
last modified time | relevance | path

Searched refs:junit_xml_list (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Druntest.py192 support.junit_xml_list = xml_list = [] if ns.xmlpath else None
245 support.junit_xml_list = None
H A Dmain.py191 support.junit_xml_list = self.testsuite_xml = []
/third_party/python/Lib/test/support/
H A D__init__.py184 junit_xml_list = None # list of testsuite XML elements variable
1093 capture_output=(junit_xml_list is not None))
1097 if junit_xml_list is not None:
1098 junit_xml_list.append(result.get_xml_element())

Completed in 5 milliseconds