Searched refs:prettyprint (Results 1 – 2 of 2) sorted by relevance
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 250 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)
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 49 # pretty printing is on by default but can be disabled using prettyprint=False 76 TestSuite.to_file(f, [ts], prettyprint=False)
|