Home | History | Annotate | Download | only in Tests

Lines Matching refs:test_runner

263     def _report_output(test_runner, xml_testsuite, xml_document, stdout, stderr):
279 def generate_reports(self, test_runner):
283 if type(test_runner.output) == str and not \
284 os.path.exists(test_runner.output):
285 os.makedirs(test_runner.output)
299 _XMLTestResult._report_output(test_runner, testsuite, doc,
303 if type(test_runner.output) is str:
305 (test_runner.output, os.sep, suite), 'w')
311 # Assume that test_runner.output is a stream
312 test_runner.output.write(xml_content)