Merge pull request #8 from ikarishinjieva:feature/support_compiled_test

Conflicts:
	go-junit-report_test.go
This commit is contained in:
Joël Stemmer
2015-02-04 11:08:45 +01:00
5 changed files with 67 additions and 4 deletions

View 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
View 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>