]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41718: Disable support.testresult XML output by default (GH-24982)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Mar 2021 00:11:31 +0000 (01:11 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Mar 2021 00:11:31 +0000 (01:11 +0100)
commit30793e81bd90f3346e962435d49073bc588f067c
tree58e4b646c5e58f03e4e78ae7ecda5a992b5cd70d
parent0473fb222956063814b6beb5fd401f9eeaa8a56a
bpo-41718: Disable support.testresult XML output by default (GH-24982)

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).
Lib/test/libregrtest/setup.py
Lib/test/support/testresult.py