<testsuites name="hspec-junit-format">
<testsuite
name="Some section"
package="Some section"
id="0"
hostname="localhost"
time="0.000032355"
timestamp="2021-05-17T15:36:10.205608409Z"
tests="2" failures="1" errors="0" skipped="0">
<properties/>
<testcase
file="tests/ExampleSpec.hs"
line="18"
name="has a failure"
classname="Some section"
time="0.000015537">
<failure type="error">tests/ExampleSpec.hs:18:7
expected: "False"
but got: "True"
</failure>
</testcase>
<testcase
file="tests/ExampleSpec.hs"
line="15"
name="has an expectation"
classname="Some section"
time="0.000016818"/>
</testsuite>
<testsuite
name="Some section/A grouped context"
package="Some section/A grouped context"
id="1"
time="0.000021009"
timestamp="2021-05-17T15:36:10.205608409Z"
hostname="localhost"
tests="3" failures="0" errors="0" skipped="1">
<properties/>
<testcase
file="tests/ExampleSpec.hs"
line="26"
name="gets skipped"
classname="Some section/A grouped context"
time="0.000006765">
<skipped>tests/ExampleSpec.hs:26:9
some reason</skipped>
</testcase>
<testcase
file="tests/ExampleSpec.hs"
line="23"
name="also happens in a group"
classname="Some section/A grouped context"
time="0.000007421"/>
<testcase
file="tests/ExampleSpec.hs"
line="21"
name="happens in a group"
classname="Some section/A grouped context"
time="0.000006823"/>
</testsuite>
</testsuites>