-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
On this line:
python-junit-xml/junit_xml/__init__.py
Line 135 in 4bd08a2
| test_suite_attributes["time"] = str(sum(c.elapsed_sec for c in self.test_cases if c.elapsed_sec)) |
and in this line:
python-junit-xml/junit_xml/__init__.py
Line 179 in 4bd08a2
| test_case_attributes["time"] = "%f" % case.elapsed_sec |
The precision is not specified so in different system I get different numbers.
See this issue on tap2junit project:
- <testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test3" skipped="25" tests="2367" time="1.138146" hostname="{HOSTNAME}">
+ <testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test3" skipped="25" tests="2367" time="1.1381459999999999" hostname="{HOSTNAME}">...Metadata
Metadata
Assignees
Labels
No labels