File: 011-report.xml

package info (click to toggle)
golang-github-jstemmer-go-junit-report 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: xml: 975; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="2">
	<testsuite name="package/name" tests="2" failures="0" errors="0" id="0" hostname="hostname" time="0.050" timestamp="2022-01-01T00:00:00Z">
		<properties>
			<property name="go.version" value="1.0"></property>
		</properties>
		<testcase name="TestOne" classname="package/name" time="0.020"></testcase>
		<testcase name="TestTwo" classname="package/name" time="0.030"></testcase>
	</testsuite>
</testsuites>