]> 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:48:22 +0000 (11:48 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 18 Sep 2018 18:48:22 +0000 (11:48 -0700)
commit1a89cb5c479d8e4f467d7f96e1781c7275cefa88
tree572130a6211e64e50a8c214975613d513d444ecd
parent470a435f3b42c9be5fdb7f7b04f3df5663ba7305
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]