nexusformat / features

Work on NeXus features and recipes by the NIAC and friends
0 stars 6 forks source link

Add Junit style xml output for integration with Travis #1

Open markbasham opened 9 years ago

markbasham commented 9 years ago
<testsuite tests="3">
    <testcase classname="foo1" name="ASuccessfulTest"/>
    <testcase classname="foo2" name="AnotherSuccessfulTest"/>
    <testcase classname="foo3" name="AFailingTest">
        <failure type="NotEnoughFoo"> details about failure </failure>
    </testcase> 
</testsuite>