summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/testresult.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-41718: libregrtest avoids importing datetime (GH-24985)Victor Stinner2021-03-231-2/+1
* bpo-41718: Disable support.testresult XML output by default (GH-24982)Victor Stinner2021-03-231-7/+18
* bpo-34945: Buffer output in test suite only when creating junit file (GH-10204)Pablo Galindo2018-10-291-10/+13
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-181-0/+201