]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Aug 2023 08:20:40 +0000 (01:20 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 08:20:40 +0000 (10:20 +0200)
commit9903fe1c2af17e16ceac3b2a30dac37cc2fa7463
tree75b860d64fb21be8c4c8c0b74da33d396bfc6c3c
parentb312d4fd7e40f891f7f1ab8664c9a8472a986856
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)

gh-108388: regrtest splits test_asyncio package (GH-108393)

Currently, test_asyncio package is only splitted into sub-tests when
using command "./python -m test". With this change, it's also
splitted when passing it on the command line:
"./python -m test test_asyncio".

Remove the concept of "STDTESTS". Python is now mature enough to not
have to bother with that anymore. Removing STDTESTS simplify the
code.
(cherry picked from commit 174e9da0836844a2138cc8915dd305cb2cd7a583)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py