catch2/tools/scripts
Martin Hořeňovský de67278e14
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-10-10 22:10:48 +02:00
..
approvalTests.py JUnit reporter uses only 3 decimal places when reporting durations 2021-10-10 22:10:48 +02:00
approve.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
benchmarkCompile.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
benchmarkRunner.py Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
buildAndTest.sh Add missing cmake option to fix buildAndTest.sh 2020-10-28 11:38:06 +01:00
checkConvenienceHeaders.py Make scripts executable 2020-11-10 15:22:15 +01:00
checkDuplicateFilenames.py Make scripts executable 2020-11-10 15:22:15 +01:00
checkLicense.py Make scripts executable 2020-11-10 15:22:15 +01:00
developBuild.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
embed.py Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
embedClara.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
extractFeaturesFromReleaseNotes.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
fixWhitespace.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
generateAmalgamatedFiles.py Provide 1 .hpp + 1 .cpp distribution of Catch2 2020-09-09 13:02:50 +02:00
majorRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
minorRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
patchRelease.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
releaseCommon.py Fix updateVersionPlaceholder when the placeholder starts the line 2021-05-09 18:05:27 +02:00
releaseNotes.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00
scriptCommon.py Moved scripts/ to tools/scripts/ 2019-12-06 11:53:31 +01:00
updateDocumentSnippets.py Add infrastructure for embedding code samples in docs. 2020-10-28 11:38:06 +01:00
updateDocumentToC.py Make scripts/updateDocumentToC.py executable. 2020-07-22 21:43:16 +02:00
updateWandbox.py Move all scripts to Python3 2020-04-29 21:28:52 +02:00