Searched refs:to_xml_report_string (Results 1 – 2 of 2) sorted by relevance
261 return to_xml_report_string(test_suites, prettyprint, encoding)275 def to_xml_report_string(test_suites, prettyprint=True, encoding=None): function320 xml_string = to_xml_report_string(test_suites, prettyprint=prettyprint, encoding=encoding)
20 from junit_xml import TestCase, TestSuite, to_xml_report_string # nopep8828 output_file.write_text(to_xml_report_string([test_suite]))