catch2/scripts
Martin Hořeňovský 581c46249a
JUnit reporter uses only 3 decimal places when reporting durations
We used to use whatever precision we ended up having from C++'s
stdlib. However, some relatively popular tools, like Jenkins,
use Maven SureFire XML schema to validate JUnit test reports, and
Maven SureFire schema requires the duration to have at most 3
decimal places.

For compatibility, the JUnit reporter will now respect this
limitation.

Closes #2221
2021-05-22 23:45:43 +02:00
..
approvalTests.py JUnit reporter uses only 3 decimal places when reporting durations 2021-05-22 23:45:43 +02:00
approve.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
benchmarkCompile.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
benchmarkRunner.py Scripts intended to be run should now have x bit set. 2017-02-01 21:34:45 +01:00
developBuild.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
embed.py Minor fixes to python scripts by pycodestyle 2018-04-27 18:57:18 +02:00
embedClara.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
extractFeaturesFromReleaseNotes.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
fixWhitespace.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
generateSingleHeader.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
majorRelease.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
minorRelease.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
patchRelease.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
releaseCommon.py Fix updateVersionPlaceholder when the placeholder starts the line 2020-12-29 15:02:25 +01:00
releaseNotes.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00
scriptCommon.py Revert "Do not resolve symbolic path when sanitizing filepath during approvals" 2019-07-19 18:16:21 +02:00
updateDocumentToC.py Make scripts/updateDocumentToC.py executable. 2020-06-18 21:28:08 +02:00
updateWandbox.py Move all scripts to Python3 2020-03-19 12:36:30 +01:00