linkrope / dunit

xUnit Testing Framework for D
Boost Software License 1.0
37 stars 9 forks source link

ReportReporter test suite value #17

Closed andre2007 closed 6 years ago

andre2007 commented 6 years ago

The value of test suite is hard coded to "dunit". https://github.com/linkrope/dunit/blob/master/src/dunit/framework.d#L695

It would be nice if I can change this value.

Scenario: I compile my applications for windows/linux/mac os. Also for each os a xml report is created and shown in a Jenkins plugin. As these 3 xml reports have the same test suite value and the same tests, they are aggregated and looks like each test is listed 3 times.I would like to set the test suite value to "dunit-"~operationSystemName. With this change the Jenkins plugin would show 3 independent test result sets.

andre2007 commented 6 years ago

Solved with #18