Skip to content

Refactor and preview of xunit reporter

Consider this a preview of #40 , and how could improve situation with #44

  • Cleanup and some minimal documentation
  • Fix not summarizing exception outputs for not verbose mode
  • Configuration parameter to allow to use different reporters, and help shows the only two reporters.
  • Silly now know about 'test suites' and displays a summary line per suite. A suite it's all tests that are on the same DLang source file.
  • Added a example of checking a xunit file using pure bash. For better unit testing, a DLang script to parse & validate XML output vs the expected values should be better.

A few examples of a xunit output file :

Edited by Luis Panadero Guardeño

Merge request reports