bpo-41718: Disable support.testresult XML output by default by vstinner · Pull Request #24982 · python/cpython

Conversation

@vstinner

RegressionTestResult.USE_XML must now be set to True to get the JUnit
XML output.

Reduce the number of imports when --junit-xml=FILE option is not
used: 153 => 144 (-9).

https://bugs.python.org/issue41718

RegressionTestResult.USE_XML must now be set to True to get the JUnit
XML output.

Reduce the number of imports when --junit-xml=FILE option is not
used: 153 => 144 (-9).

Labels