]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132678: Add --prioritize to regrtest (GH-132679)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 18 Apr 2025 13:56:44 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 13:56:44 +0000 (15:56 +0200)
commita594008d9e6c4d37ff6fd698395cd318d7ec3300
tree78609950a20295271d0a59db4879fdd5483b527a
parentd134bd272f90bfc2dfb55b126d4552c996251fc1
gh-132678: Add --prioritize to regrtest (GH-132679)

This is an option that allows the user to specify, which selected tests should
execute first, even if the order is otherwise randomized.  This is particularly
useful for tests that run the longest.
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Misc/NEWS.d/next/Tests/2025-04-18-14-00-38.gh-issue-132678.j_ZKf2.rst [new file with mode: 0644]