]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143553: Add support for parametrized resources in regrtests (GH-143554)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 8 Jan 2026 11:51:38 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 11:51:38 +0000 (13:51 +0200)
commitc07e5ec0a9e5843fc39dec6aa94172faf6354858
tree7c9b6138b51f72e9dd04cbc1c698603a54c802af
parent6c9f7b4406d507625ff414cddc549d4c630c59c5
gh-143553: Add support for parametrized resources in regrtests (GH-143554)

For example, "-u xpickle=2.7" will run test_xpickle only against Python 2.7.
Doc/library/test.rst
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtests.py
Lib/test/libregrtest/utils.py
Lib/test/support/__init__.py
Lib/test/test_regrtest.py
Lib/test/test_xpickle.py
Misc/NEWS.d/next/Tests/2026-01-08-11-50-06.gh-issue-143553.KyyNTt.rst [new file with mode: 0644]