mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-02 20:22:47 -05:00
Merge pull request #8 from ikarishinjieva:feature/support_compiled_test
Conflicts: go-junit-report_test.go
This commit is contained in:
5
tests/07-compiled_test.txt
Normal file
5
tests/07-compiled_test.txt
Normal file
@ -0,0 +1,5 @@
|
||||
=== RUN TestOne
|
||||
--- PASS: TestOne (0.06s)
|
||||
=== RUN TestTwo
|
||||
--- PASS: TestTwo (0.10s)
|
||||
PASS
|
10
tests/07-report.xml
Normal file
10
tests/07-report.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuites>
|
||||
<testsuite tests="2" failures="0" time="0.160" name="test/package">
|
||||
<properties>
|
||||
<property name="go.version" value="1.0"></property>
|
||||
</properties>
|
||||
<testcase classname="package" name="TestOne" time="0.060"></testcase>
|
||||
<testcase classname="package" name="TestTwo" time="0.100"></testcase>
|
||||
</testsuite>
|
||||
</testsuites>
|
Reference in New Issue
Block a user