We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd28d49 commit ad652e4Copy full SHA for ad652e4
junit_xml/__init__.py
@@ -7,9 +7,9 @@
7
Based on the following understanding of what Jenkins can parse for JUnit XML files.
8
9
<?xml version="1.0" encoding="utf-8"?>
10
-<testsuites errors="1" failures="1" tests="3" time="45">
+<testsuites errors="1" failures="1" tests="4" time="45">
11
<testsuite errors="1" failures="1" hostname="localhost" id="0" name="base_test_1"
12
- package="testdb" tests="3" timestamp="2012-11-15T01:02:29">
+ package="testdb" tests="4" timestamp="2012-11-15T01:02:29">
13
<properties>
14
<property name="assert-passed" value="1"/>
15
</properties>
0 commit comments