]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Sep 2018 18:58:08 +0000 (11:58 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 18 Sep 2018 18:58:08 +0000 (11:58 -0700)
commitc9276495fc497898544a38b244b38ff61797f32d
tree4268f4728e78d213ac8718c1ed4e2a6dd2ef6524
parentf7666e828cc3d5873136473ea36ba2013d624fa1
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)

(cherry picked from commit d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
12 files changed:
.vsts/linux-pr.yml
.vsts/macos-pr.yml
.vsts/windows-pr.yml
Lib/test/eintrdata/eintr_tester.py
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/support/__init__.py
Lib/test/support/testresult.py [new file with mode: 0644]
Lib/test/test_argparse.py
Misc/NEWS.d/next/Build/2018-09-14-09-53-21.bpo-34582.j3omgk.rst [new file with mode: 0644]