mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-02 20:22:47 -05:00
add test for flag -no-xml-header
This commit is contained in:
6
tests/05-no_xml_header.txt
Normal file
6
tests/05-no_xml_header.txt
Normal file
@ -0,0 +1,6 @@
|
||||
=== RUN TestOne
|
||||
--- PASS: TestOne (0.06s)
|
||||
=== RUN TestTwo
|
||||
--- PASS: TestTwo (0.10s)
|
||||
PASS
|
||||
ok package/name 0.160s
|
7
tests/05-report.xml
Normal file
7
tests/05-report.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<testsuite tests="2" failures="0" time="0.160" name="package/name">
|
||||
<properties>
|
||||
<property name="go.version" value="1.0"></property>
|
||||
</properties>
|
||||
<testcase classname="name" name="TestOne" time="0.060"></testcase>
|
||||
<testcase classname="name" name="TestTwo" time="0.100"></testcase>
|
||||
</testsuite>
|
Reference in New Issue
Block a user