◐ Shell
clean mode source ↗

[3.7] bpo-34279: Synchronize regrtest with master by vstinner · Pull Request #10800 · python/cpython

and others added 3 commits

November 29, 2018 18:20
Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b9)

hobbestigrou

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Nov 29, 2018
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (pythonGH-9099)

Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b9)

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

(cherry picked from commit 9724348)

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

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

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

Rename also run_tests_slave() to run_tests_worker().

(cherry picked from commit 012f5b9)

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

(cherry picked from commit 9724348)

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

Co-authored-by: Victor Stinner <vstinner@redhat.com>