]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108388: regrtest splits test_asyncio package (#108393)
authorVictor Stinner <vstinner@python.org>
Thu, 24 Aug 2023 02:44:58 +0000 (04:44 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2023 02:44:58 +0000 (02:44 +0000)
commit174e9da0836844a2138cc8915dd305cb2cd7a583
tree144b5e7ac9654c5dc95ba8837ed7adcf17207193
parent7a6cc3eb66805e6515d5db5b79e58e2f76b550c8
gh-108388: regrtest splits test_asyncio package (#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.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py