Home
last modified time | relevance | path

Searched refs:prettyprint (Results 1 – 2 of 2) sorted by relevance

/honee/tests/junit-xml/junit_xml/
H A D__init__.py250 def to_xml_string(test_suites, prettyprint=True, encoding=None): argument
261 return to_xml_report_string(test_suites, prettyprint, encoding)
264 def to_file(file_descriptor, test_suites, prettyprint=True, encoding=None): argument
272 to_xml_report_file(file_descriptor, test_suites, prettyprint, encoding)
275 def to_xml_report_string(test_suites, prettyprint=True, encoding=None): argument
304 if prettyprint:
316 def to_xml_report_file(file_descriptor, test_suites, prettyprint=True, encoding=None): argument
320 xml_string = to_xml_report_string(test_suites, prettyprint=prettyprint, encoding=encoding)
/honee/tests/junit-xml/
H A DREADME.rst49 # pretty printing is on by default but can be disabled using prettyprint=False
76 TestSuite.to_file(f, [ts], prettyprint=False)