]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Nov 2018 20:39:04 +0000 (12:39 -0800)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 20:39:04 +0000 (12:39 -0800)
commit43d812692f9207520e1169ff88cd8d6c59cc4804
treec60ca894b527484337a154184cacf8f05d614acc
parent77000bbb104021b89368b9f7cab6f1417794e348
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)

* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)

Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b968a738b15ae9b40c499a1c0778b0615a9)

* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)

(cherry picked from commit 9724348b43a9005a449ba532ccd3c6726f031097)

* test_regrtest: remove unused threading import
(cherry picked from commit 8a73cac618a050f4e74eb38ff43e48d9957a6dec)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
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/test_regrtest.py
Misc/NEWS.d/next/Tests/2018-10-27-13-41-55.bpo-34279.v0Xqxe.rst [new file with mode: 0644]