We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6479ce commit 4b47a99Copy full SHA for 4b47a99
xmlrunner/result.py
@@ -645,7 +645,8 @@ def generate_reports(self, test_runner):
645
with open(filename, 'wb') as report_file:
646
report_file.write(xml_content)
647
648
- self.stream.writeln('Generated XML report: {}'.format(filename))
+ if self.showAll:
649
+ self.stream.writeln('Generated XML report: {}'.format(filename))
650
651
if not outputHandledAsString:
652
# Assume that test_runner.output is a stream
0 commit comments